I want to know how to disable Office Assistant in O2K when closing a Word document in VBA.
It is because Office Assistant has not fully closed prior to Word being relaunched, as well as Word is still in the process of saving the global template, where saving to disk is also not completed prior to Word being relaunched.
Such process will cause the Word to prompt for saving Normal.dot in a random manner.
I can only find VBA code "Assistant.Visible=false" to hide the OA but there is no "Assistant.enabled=False".
Thanks in advance.
It is because Office Assistant has not fully closed prior to Word being relaunched, as well as Word is still in the process of saving the global template, where saving to disk is also not completed prior to Word being relaunched.
Such process will cause the Word to prompt for saving Normal.dot in a random manner.
I can only find VBA code "Assistant.Visible=false" to hide the OA but there is no "Assistant.enabled=False".
Thanks in advance.