Quote Originally Posted by Howard Kaikow
My gut is too damn big, I need to start exercising again.
Welcome to the club!

Quote Originally Posted by Howard Kaikow
I just did an experiment.

WordBasic.DisableMacros applies only to the Word app object to which it is applied. So if a VB 6 program is creating a new instance of Word, using DisableAutoMacros does not affect any other instance of Word.

And, if the new instance of Word is created within Word itself, the other instances of Word are not affected with separate use of DisableAutoMacros.
That's very interesting Howard...thank you for that. I will experiment on that cause that might be usefull for me as well!