Access/Excel

F

FSt1

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
 
Top