Hi
I would like to turn off the setting 'Startup Task Pane'. When Word opens I have that runs & sets the Word environment. I've placed the following code in this module
Documents.Add
Application.ShowWindowsInTaskbar = False
ActiveDocument.Close SaveChanges:=wdDoNotSaveChanges
when I goto check the setting > the setting is still turned on.
any ideas ?
diana



