Quote:
|
Originally Posted by kadanis
To make sure they don't get separated I have embedded a copy of the template into the macro.
|
Not sure what you mean by this, but if you mean you physical put a copy in the macro, it won't work.
Quote:
|
Originally Posted by kadanis
I am working on a reporting macro and the final piece copies a lot of data into a template spreadsheet. This spreadsheet must be in the same directory as the sheet with the macro code in it.
|
Perhaps you could include code to the path for the template. Such as
Workbooks.Open Filename:= _
"C:\Documents and Settings\user01\My Documents\myTemplate.xlt"