dylanmendes
Member
- Joined
- Aug 30, 2005
- Messages
- 11
Dear VB brains,
Im attempting to open a template (.dot file) via my VB application. The intention is to open a new document based on the template as opposed to the template itself i.e. were trying to reproduce the "file -> NEW" menu functionality!
.. and all of this works very well..
NOT!!!!
The document opens as expected but when I attempt to close the session, I get a message telling me that the "normal.dot" file is in use by another application. I understand that this "normal.dot" file is something called a Global template. Our application does not explictly open this file.
How can I avoid the above message at the time of closing the application?
Thanks,
Dylan
Im attempting to open a template (.dot file) via my VB application. The intention is to open a new document based on the template as opposed to the template itself i.e. were trying to reproduce the "file -> NEW" menu functionality!
.. and all of this works very well..
NOT!!!!
The document opens as expected but when I attempt to close the session, I get a message telling me that the "normal.dot" file is in use by another application. I understand that this "normal.dot" file is something called a Global template. Our application does not explictly open this file.
How can I avoid the above message at the time of closing the application?
Thanks,
Dylan