Template Wizard File Save

Papi

Well-known Member
Joined
May 22, 2007
Messages
1,592
Normally we would open a Template, fill in data and when saved the Template Wizard add-in will ask if we want to "Create a new record". The diference this time is that we are creating (opening) certain template forms using macros instead of simply opening them. What the program is doing is fine as it saves the files the way we want them to but is not giving us the option to create a new record unless we open the files and save them a second time.

Have any of you folks ran into this issue and if so how did you work around it?
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
I finally figured it out. Part of the code used to open the next file was

ChDir "Y:\PO Reports"
Workbooks.Add Template:="Y:\Templates\PO.xlt"
Application.Goto Reference:="PO_Agreement"

Verses the following (which works fine)

Workbooks.Add(Template:="Y:\Templates\PO.xlt"). _
RunAutoMacros Which:=xlAutoOpen

Thanks for any interest on this matter.
 
Upvote 0

Forum statistics

Threads
1,224,517
Messages
6,179,239
Members
452,898
Latest member
Capolavoro009

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top