If I open an Excel template, it opens as an .xls file. And when I click "Save", a "Save As" box appears and I can save the new .xls file. I would like the template to open the same way when opened via RunApp in Access.
In Access, I've create a macro to open the template using RunApp with the following in the command line:
"C:\Program Files\Microsoft Office\Office10\Excel.exe" "S:\ACMX and Engineering\AC Maint\Tech Support\\Target List\Target Selection Template.xlt"
The file opens but it opens as a .xlt. So if I click "Save", it overwrites the .xlt file.
Is there a way to open the Excel file via the macro so that it opens to a new .xls file using the template like in the first scenario above.
Thanks!!
In Access, I've create a macro to open the template using RunApp with the following in the command line:
"C:\Program Files\Microsoft Office\Office10\Excel.exe" "S:\ACMX and Engineering\AC Maint\Tech Support\\Target List\Target Selection Template.xlt"
The file opens but it opens as a .xlt. So if I click "Save", it overwrites the .xlt file.
Is there a way to open the Excel file via the macro so that it opens to a new .xls file using the template like in the first scenario above.
Thanks!!