Hi,
I think you can use docmd.OutputTo or OutputTo macro action to export
report to excel. But this will make a separate file, so then you need copy
data from one file to another
--
Best regards,
___________
Alex Dybenko (MVP)
http://accessblog.net
http://www.PointLtd.com
"akemeny" <(E-Mail Removed)> wrote in message
news:13873D17-FCF1-45F5-A652-(E-Mail Removed)...
> I'm working with Access 2003 on a company project. We have an excel
> spreadsheet that is linked to our main data. That linked spreadsheet is
> then
> linked to an Access table to enable us to run certain reports faster.
> What I
> need is a macro or VBA that will automatically update the report and then
> export a copy of the report to a specific excel workbook.
>
> For example:
>
> I have a report run called Master. Every Friday the Master report needs
> to
> be updated and exported to Excel.
>
> Is this possible??