VB Executable & Excel Setup

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

Guest

Hi there,

I developed a simple VB executable, i.e. x.exe, that manipulates an Excel
File. I have the full Microsoft Office set in my development PC. My question
is: can this program x.exe run in a PC that does not have Excel installed? Is
there a re-distributable that can be included in a Setup Program?, or you
must have Excel in every PC where I would like this program to run?

Thanks to anybody who takes the time to provide any feedback.
Ivan
 
¤ Hi there,
¤
¤ I developed a simple VB executable, i.e. x.exe, that manipulates an Excel
¤ File. I have the full Microsoft Office set in my development PC. My question
¤ is: can this program x.exe run in a PC that does not have Excel installed? Is
¤ there a re-distributable that can be included in a Setup Program?, or you
¤ must have Excel in every PC where I would like this program to run?
¤

If you're using Excel automation to open and manipulate the Workbook then yes Excel must be
installed.


Paul
~~~~
Microsoft MVP (Visual Basic)
 
Paul,

Yes I do use automation. So I guess this answers my question.

Thank you very much for your time
Ivan
 

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