Looking for a TextBox within a table in VBA - Word?

0

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

    
asked by Sheiler 18.06.2018 в 12:23
source

1 answer

0

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.

    
answered by 19.06.2018 в 09:40