Procedure for AutoCorrect Function

Shannon

Registered User.
Local time
Today, 23:52
Joined
Dec 12, 2001
Messages
14
I turned it off so my margins would not change and so far it works. I would like to build a procedure to turn them off in my startup under Load, then back on in my Unload. I have used this procedure to turn off Document Deletions and Action Query. It works great, but when I try to add autocorrect Function is says it can't find the name.

Application.SetOption "confirm Document Deletions", False
Application.SetOption "Confirm Action Queries", False
Application.SetOption "AutoCorrect Track_Name AutoCorrect info", False

I tried this with different names, but no GO.

Please give me some insite!

Thanks,
Shannon
 

Users who are viewing this thread

Back
Top Bottom