Print without Drawing Objects

M

MJones

Hi All,

Since Word doesn't save printer settings with documents, I need a macro
that will uncheck Tools > Options > Print Tab > Drawing Objects when
print or print preview are selected, and of course, check it back again
afterwards.

Can someone recommend the best place to begin learning stuff like this.
I'm pretty good at Word, and can record macros until the cows come
home, but have no idea how to make a button run a macro.

Thanks,

Michele
 
J

Jay Freedman

Hi Michele,

Start here:
http://www.word.mvps.org/FAQs/MacrosVBA/VBABasicsIn15Mins.htm
http://www.gmayor.com/installing_macro.htm
http://www.word.mvps.org/FAQs/MacrosVBA/ModifyRecordedMacro.htm

Continue here:
http://www.word.mvps.org/FAQs/MacrosVBA/InterceptSavePrint.htm

Finish up here:
http://www.word.mvps.org/FAQs/Customization/AsgnCmdOrMacroToToolbar.htm

The value that your macro needs to change is
Options.PrintDrawingObjects, which can be True (checked) or False
(unchecked).

--
Regards,
Jay Freedman
Microsoft Word MVP
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top