I have to save some letters which I need to ensure have certain options
selected (or not as the case may be) each time I save. I know some of them
you can set and the settings will keep but some of them do not.

Could someone please help me out with the codes for Setting :

TOOLS|OPTIONS|SECURITY - Store Random Numbers to False
TOOLS|OPTIONS|EDIT - Keep Track of Formatting to False
TOOLS|OPTIONS|SAVE - Embed Smart Tags to False

I also need to save the letter with no Title in the PROPERTIES|SUMMARY.

Any help with this would be very much appreciated.

JayM

Re: VBA when saving by Jezebel

Jezebel
Tue Feb 13 08:15:28 CST 2007

Record a macro while setting the values: you'll see the code needed.

But the settings you list are system settings, not document settings. Saving
these settings has no effect on the saved document.

Don't understand the part about the letter with no title. Save what, where?




"JayM" <JayM@discussions.microsoft.com> wrote in message
news:115BE263-A6BA-4A65-871B-0C58F4400D77@microsoft.com...
>I have to save some letters which I need to ensure have certain options
> selected (or not as the case may be) each time I save. I know some of
> them
> you can set and the settings will keep but some of them do not.
>
> Could someone please help me out with the codes for Setting :
>
> TOOLS|OPTIONS|SECURITY - Store Random Numbers to False
> TOOLS|OPTIONS|EDIT - Keep Track of Formatting to False
> TOOLS|OPTIONS|SAVE - Embed Smart Tags to False
>
> I also need to save the letter with no Title in the PROPERTIES|SUMMARY.
>
> Any help with this would be very much appreciated.
>
> JayM