Thread: Access/Excel
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
FSt1 FSt1 is offline
external usenet poster
 
Posts: 3,942
Default Access/Excel

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


"Tony" wrote:

How do I open an Excel workbook from an Access switchboard?