G
greg
Hello,
Our firm has installed globally the Office 2003/XP Add-in: Remove Hidden
Data.
http://www.microsoft.com/downloads/...ed-d43e-42ca-bc7b-5446d34e5360&displaylang=en
There seems to be major problems with this.
If any 2 applications try and launch word you get an error to save
normal.dot.
For instance Outlook launches winword. If you have word as your default
mail editor.
Then we have a custom application that launches word. Here is the code.
Set oWordApp = CreateObject("Word.Application")
Set wordDocument = oWordApp.Documents.Open("c:\x.doc")
wordDocument.Save
wordDocument.Activate
wordDocument.Close False
oWordApp.Quit
If you run outlook then this code you will get a message that normal.dot is
locked and prompt to save it.
If you un-install the Add-in: Remove Hidden Data everything works fine.
Why does the add-in seem like it is trying to modify the normal.dot?
I can understand when you first install it? But why always?
Anyone else see this?
MS - do you have a fix yet for this?
Our firm has installed globally the Office 2003/XP Add-in: Remove Hidden
Data.
http://www.microsoft.com/downloads/...ed-d43e-42ca-bc7b-5446d34e5360&displaylang=en
There seems to be major problems with this.
If any 2 applications try and launch word you get an error to save
normal.dot.
For instance Outlook launches winword. If you have word as your default
mail editor.
Then we have a custom application that launches word. Here is the code.
Set oWordApp = CreateObject("Word.Application")
Set wordDocument = oWordApp.Documents.Open("c:\x.doc")
wordDocument.Save
wordDocument.Activate
wordDocument.Close False
oWordApp.Quit
If you run outlook then this code you will get a message that normal.dot is
locked and prompt to save it.
If you un-install the Add-in: Remove Hidden Data everything works fine.
Why does the add-in seem like it is trying to modify the normal.dot?
I can understand when you first install it? But why always?
Anyone else see this?
MS - do you have a fix yet for this?