Prevent from altering

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hello community

can I prevent my document's setting from changes, example:

I make my ballon (tracked changes) to appear on the document left side.

I do not want anybody to change tracked changes setting for this
document...is there a way to apply to this ?

thanks for helping
 
You can try to control this by putting an AutoOpen macro in the
document that forces the setting to what you want. One of three or
four things will happen:

- The other person may have the macro security level set to High. Your
macro won't run, and the user won't even notice.

- They may have the security level set to Medium. Each time they open
the document, they'll get a big ugly warning box that says the
document might contain a virus, and do they want to disable or enable
the macro? If they click Disable, your macro won't run. If they click
Enable, the macro will run, but they won't know why _their_ preference
for balloons on the right has been trashed. Either way they'll be
ticked at you for making them look at the dialog time after time.

- They may have the security level at Low, in which case they're
idiots who deserve whatever ill treatment you toss at them. :-(

In any case, why are you trying to play dictator? Why does it matter
whether the balloons are on the left or the right? You put them where
you like, and let everyone else put them where they like. Live and let
live...

--
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

Back
Top