I am building a form in Word. There are several text boxes, all of which display "Click To Enter Text" before the users adds some content.

How can I change this to display something more meaningful? E.g. Enter Surname Here

link|improve this question
feedback

2 Answers

The best way might be to make a VBA script (example here, choose the 4th arrow) and use the .TextFrame.TextRange property to set the text to whatever you like. You can assign a shortcut key combo to the macro and/or put it on the toolbar so you can access the custom textbox anytime.

link|improve this answer
feedback

Click on design mode on the developer tab and then click onto the text and you can change iit to whatever you want it to be

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.