View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
BerkshireGuy[_2_] BerkshireGuy[_2_] is offline
external usenet poster
 
Posts: 21
Default Referencing an opened Workbook

Hello all,

In an Access 2000 module, I have a routine that creates a new excel
workbook (so its called Book1) and copies rows from Access to the Excel
workbook.

Then in a subroutine, I want to do some other stuff with the OPENED
workbook.

What would be the proper way of referencing an OPENED Excel workbook?

Thanks,
Brian