View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
GLS GLS is offline
external usenet poster
 
Posts: 8
Default Copying Data from Access to Excel in a macro

Dave

Thanks - that worked great.

GLS
--
GLS


"Dave F" wrote:

I would record a macro with the following steps:

1) In excel, go to Data--Get External Data
2) Select "Import External Data"
3) Navigate to the Access db and double-click on it
4) Select the table or query which you want to import into Excel
5) Click Ok.
6) Stop the macro recorder.

Dave
--
Brevity is the soul of wit.


"GLS" wrote:

Hi

I've been trying to set up a macro to copy & paste data from an Access Table
to an Excel Worksheet and I cant get it to work. It fails at the
'ActiveSheet.Paste' stage shown below.

Cells.Select
ActiveSheet.Paste
ActiveWorkbook.Save
End Sub

I created the macro starting in the Excel Worksheet, then going to the
Access Table, copying it, then returning to Excel and pasting the data in the
worksheet. As you can see from the VBA, it doesnt seem to have recorded any
of the Access part of the macro.

Any suggestions where I'm going wrong?

Many thanks

GLS
--
GLS