In 2000 I use the following code to open both an Excel file and Word template.
The Word template contains a link to the Excel file so data can be merged into the template.
DoCmd.OutputTo acQuery, "RMA_print_sub", "MicrosoftExcel(*.xls)", "u:\data\dbfile\RMA\PW\rma_sub_data.xls"...