I got this so far
Dim objShape As Object
Set objShape = ActiveDocument.Shapes.AddTextbox(msoTextOrientationHorizontal, 72, 72, 72, 24)
objShape.TextFrame.TextRange = "One Word"
With objShape
.RelativeHorizontalPosition = wdRelativeHorizontalPositionPage...
I have written a script that runs each time the user presses the 'save as' button in word. When the user does this a doc variable is set to confidential or not confidential. If the document is confidential I want it to say so in the upper corner.
The userform is the place where the user makes...
Hello
I need to insert a textbox with one word in the upper left corner of a document with a sub run from a button click in a UserForm. Any ideas?
// Gustaf
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.