Comments in Word

Hsibbs

Board Regular
Joined
May 6, 2005
Messages
85
I have added a comment to a word doc to inform users whether a certain paragraph is needed, ie : it says : "{Delete this paragraph is Payment Terms state “none”}

I want it visible on screen, but I don't want this to print!!!! How do I stop it?????

thnx
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
If you want to show a quick text message on the screen but not on a printout you might do what I do.

Use the field code MACROBUTTON to display your message (the nice thing about this is that a user can't change part of your message unless they display field codes and most are clueless). Then format the MACROBUTTON as FORMAT/FONT/HIDDEN from the menu. Thus it won't print, but show up on the screen.

You want to get real fancy? Use a STYLEREF or a bookmark reference to return payment terms in an IF field. If the reference = "None" then include no text otherwise include the text you need in your boilerplate/template. Thus no User intervention needed and your document is fully automated!

:D
 
Upvote 0

Forum statistics

Threads
1,216,094
Messages
6,128,785
Members
449,468
Latest member
AGreen17

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top