programmatically turning off Options

B

Beans

Can anyone show me the snippet of code that will turn off--

Tools > Options> Formatting marks > all

Many thanks!
 
J

Jay Freedman

Beans said:
Can anyone show me the snippet of code that will turn off--

Tools > Options> Formatting marks > all

Many thanks!

ActiveWindow.View.ShowAll = False

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

Dave D-C

Beans,
(I'm not sure if this is what you want -- I'm Word97)
You can
ActiveWindow.View.ShowAll = False
but I think you have to do all the individual ones:
ActiveWindow.View.ShowParagraphs = False
etc.
D-C Dave
 

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