G
Guest
Background:
I've developed a macro that - when called from the Main Form - asks the user
to locate the "Template File", and then it runs some complicated queries to
populate the Template File. The Template File is then formated, renamed and
saved.
The problem is that this database is being passed around like the plague
(jumping from computer to computer as the different users add data to it),
and the template file is being forgotten.
For this reason I've crated a seperate table to house the template file and
saved the Excel File as an OLE object.
The Question:
How do I save the Excel file that's stored as an OLE object in a table
directly to the C drive?
I've developed a macro that - when called from the Main Form - asks the user
to locate the "Template File", and then it runs some complicated queries to
populate the Template File. The Template File is then formated, renamed and
saved.
The problem is that this database is being passed around like the plague
(jumping from computer to computer as the different users add data to it),
and the template file is being forgotten.
For this reason I've crated a seperate table to house the template file and
saved the Excel File as an OLE object.
The Question:
How do I save the Excel file that's stored as an OLE object in a table
directly to the C drive?