R
Rick
Hello all!
I am a bit new to using VBA with Word, but pretty experienced in Microsoft
Access.
I have a word document that has some hidden text on the first page of the
document. It basically warns people not to make any changes to the document
if they don't understand how to do so without screwing up the formatting.
The problem is that some folks don't have the SHOW/HIDE Characters set to
show them. I tried going into VBA and entering 'ShowAll', but I'm not sure
how to tell Word to run that command when the document is opened.
Please help me with how to create a module that will ensure the text is
displayed. Alternately, I could have a box pop up that warns them using the
'msgbox' command, but I still need to figure out how to make this run when
the document is opened.
Thanks!!
I am a bit new to using VBA with Word, but pretty experienced in Microsoft
Access.
I have a word document that has some hidden text on the first page of the
document. It basically warns people not to make any changes to the document
if they don't understand how to do so without screwing up the formatting.
The problem is that some folks don't have the SHOW/HIDE Characters set to
show them. I tried going into VBA and entering 'ShowAll', but I'm not sure
how to tell Word to run that command when the document is opened.
Please help me with how to create a module that will ensure the text is
displayed. Alternately, I could have a box pop up that warns them using the
'msgbox' command, but I still need to figure out how to make this run when
the document is opened.
Thanks!!