call an .xls file with VBA

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to be able to open an excel spreadsheet using VBA code within a form.
The spreadsheet must open in it's own window. Can someone please point me in
the right direction?

thanks in advance!
 
Depending on how much control you need of the spreadsheet, you may be able
to just use the Shell() function. Start by looking it up in the Help file,
then post back if you require further instruction.
 
Back
Top