How do I open an Excel workbook from an Access switchboard?
F FSt1 Feb 25, 2008 #2 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
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