1) Is there a way to create a global variable in VBA? I mean a variable that I can use no matter which document is open?
2) How can I create a text box in Word using VBA? I figured I need to do it with the CreateTextBox function, but how can I set the properties of the text box, and how can I finish the drawing and add text to it?
3) How can I search stuff inside text boxes? The find object of ActiveDocument.Content won't find things that are inside text boxes...
4) Is there a way to change the name of the custom button used to call functions and macros? It's kind of annoying to have the full object-path name displayed in a toolbar...
Thanks in advance!
2) How can I create a text box in Word using VBA? I figured I need to do it with the CreateTextBox function, but how can I set the properties of the text box, and how can I finish the drawing and add text to it?
3) How can I search stuff inside text boxes? The find object of ActiveDocument.Content won't find things that are inside text boxes...
4) Is there a way to change the name of the custom button used to call functions and macros? It's kind of annoying to have the full object-path name displayed in a toolbar...
Thanks in advance!