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.
 

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