Loop though all textbox in excel using VB .NET

klover

New member
Joined
Nov 20, 2006
Messages
4
Programming Experience
1-3
Hi all

I was wondering how to you loop though all the textbox in a excel sheet using VB.NET

in VBA this could be done by
VB.NET:
Dim a as shape
  For Each a In sheetInput.Shapes     
       (more codes here)
  Next a

but vb .net im not too sure please advise:confused:

Thank you
 
Back
Top