Copy paste excel file from Access VBA (1 Viewer)

Rakesh935

Registered User.
Local time
Tomorrow, 02:56
Joined
Oct 14, 2012
Messages
71
Hi,

Have a requirement in which I'm really confused how to proceed.

All I need to do is copy an excel file from a location (while coping the file, the location of the source file remains same all the time)and paste that excel file where ever I want (Browser Option) from an Access VBA.

Request for your advise.

Thank you
Rakesh
 

Gasman

Enthusiastic Amateur
Local time
Today, 22:26
Joined
Sep 21, 2011
Messages
14,277
I did something similiar, had to import an excel file everyday, and I just used a macro running the saved import. Also used a macro to delete the existing data.

Reason for the macro route was others had to maintain it and had no knowledge of VBA.

That was using Access 2007.

HTH
 

Rakesh935

Registered User.
Local time
Tomorrow, 02:56
Joined
Oct 14, 2012
Messages
71
Thanks for your reply.

But over here I already have a access database which will open the excel file (excel file is a template file), update, save and will close the excel file. And the same excel file is accessed by multiple users which leads to excel file corruption very often.

So I need something in the access (VBA code) to duplicate the same file and save it to some different location (Browser option)

Thank you
Rakesh
 

Users who are viewing this thread

Top Bottom