Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Excel Template in VB

Status
Not open for further replies.

Jonathan123

Programmer
Jun 29, 2001
20
0
0
US
Hi,
I am using a Template in my application. Unfortunately if a user opens another excel file by double clicking on it after using my application, when excel opens it has not only the file he opened, but also my template. Hence, I am forced to assume that my template is not being closed. I searched the code and it seems that the code is executing this line and I am still having a problem. Any Suggestions?

Workbooks(fnewTemplate).Close SaveChanges:=False

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top