Using Already Open Workbook

  • Thread starter Thread starter Austin
  • Start date Start date
A

Austin

Hello,

I am trying to use an unsaved, already open workbook to export data from
access to excel.

To reference the open App I have:

Set xlApp = GetObject(, "Excel.Application")

But not sure what the equivalent would be for the current workbook line.

Any help would be great.

Thanks
 
Back
Top