View Single Post
 
Old 02-26-2016, 07:07 AM
mktate mktate is offline Windows 10 Office 2010 64bit
Novice
 
Join Date: Dec 2015
Posts: 26
mktate is on a distinguished road
Default

Quote:
Originally Posted by macropod View Post
Why is the template being opened? You should be creating a new document from it (e.g. by double-clicking on the template or by selecting it via File>New).
The templates are being opened from the Userform depending upon user answers - so you can't click on file etc. I found the answer myself- use Documents.Add instead of Documents.Open with .dotm files and it does open correctly -
Reply With Quote