converting VBA scripts to stand-alone exe files

  • Thread starter Thread starter Philip
  • Start date Start date
P

Philip

Has anyone any idea as to what's involved in converting a VBA scrpit into an
exe or com file please?
TIA
Phil
 
If you want to run it on a machine where excel is not installed, then it
would be better to write it from scratch in VB6 or one of the .Net
languages. You can't, for instance, use commands specific to excel in an
environment where Excel isn't installed.
 
Thanks Tom,

Tom Ogilvy said:
If you want to run it on a machine where excel is not installed, then it
would be better to write it from scratch in VB6 or one of the .Net
languages. You can't, for instance, use commands specific to excel in an
environment where Excel isn't installed.

--
Regards,
Tom Ogilvy


into
 

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