Quote:
Originally Posted by Hdata
The textboxes I am working with are called VBA textboxes and not a Windows Form textbox.
|
There is no such thing as 'VBA textboxes'. To VBA, userforms and documents can both contain textboxes, so maybe they're document textboxes (i.e. the kind that often exist in the body of a document)? For a macro to return the name of such a textbox when you click in it, you'd have to created a Selection_Change event macro. For the principles, see:
http://word.mvps.org/FAQs/MacrosVBA/AppClassEvents.htm