I have a table of a single column, in some rows I have some textbox assigned to a macro that works perfectly. But I need to check the number of the row in which the TextBox are located. Would it be possible?
Thank you for your attention.
Greetings
I have a table of a single column, in some rows I have some textbox assigned to a macro that works perfectly. But I need to check the number of the row in which the TextBox are located. Would it be possible?
Thank you for your attention.
Greetings
I have found the solution I leave it here in case someone needs it:
If Selection.Find.Execute(Me.TextBoxintroducir el código aquí) = True Then
...
End If
Greetings.