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
but vb .net im not too sure please advise
Thank you
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
Thank you