|
-
Sep 10th, 2001, 03:32 PM
#2
Junior Member
Hope this is what you want.
You need to reference the excel object in the access module references under tools.
dim oExcel as excel.application
set oExcel = new excel.application
oExcel.workbooks.Add Template:= _
"C:\Program Files\Microsoft Office\Templates\Format_Files.xlt"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|