When I:
DoCmd.OutputTo acQuery, "Loc003WOcouldbuild", "MicrosoftExcelBiff8(*.xls)", "", True, "D:\Program Files\Microsoft Office\OFFICE11\XLSTART\Book.xlt", 0
it doesn't follow the rules I set up in Book.xlt like custom headers, repeat rows. etc. Even when I explicitly call out the location of templates in TOOLS -> OPTIONS -> GENERAL. What gives? How can I apply settings to the sheet after it is spawned from Access? Please don't say to load up personal.xls with macros.....unless of course that is the only solution...
Scott
DoCmd.OutputTo acQuery, "Loc003WOcouldbuild", "MicrosoftExcelBiff8(*.xls)", "", True, "D:\Program Files\Microsoft Office\OFFICE11\XLSTART\Book.xlt", 0
it doesn't follow the rules I set up in Book.xlt like custom headers, repeat rows. etc. Even when I explicitly call out the location of templates in TOOLS -> OPTIONS -> GENERAL. What gives? How can I apply settings to the sheet after it is spawned from Access? Please don't say to load up personal.xls with macros.....unless of course that is the only solution...
Scott