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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Auto Open with Template

Status
Not open for further replies.

lespaul

Programmer
Feb 4, 2002
7,083
US
Hello all,

I have an Excel Template that I am using to open, populate with data, print and close. I have a template, all the data goes to Excel, then the VBA code does some splits on strings and inserts the array results into individual cells. The code works perfectly, except it has to be run manually. I cannot get it to run automatically when a new workbook based on the template is created. Any ideas on where I need to insert the Auto_Open() function in a template to have it actually run automatically? Any help would be appreciated.

thanks

Leslie
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top