Access/Excel

  • Thread starter Thread starter Tony
  • Start date Start date
hi
quote from memory here...but i think it's something like....
Dim x as Excel.Application
dim w as Excel.Workbook

set x = new excel.application
set w = x.Workbooks.open ("C:\your\file\path\yourfile.xls")

post in access to confirm.

Regards
FSt1
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top