In years past (Word 2003) I used to use a command like this in a macro:
WordBasic.Input “What month are you doing (1-12)”, m
The input line would appear at the bottom of the screen and allow the user to enter the value.
The macro isn’t working in Word 2010. I don’t know Visual Basic. Can anyone tell me how to do this?