converting VBA scripts to stand-alone exe files

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
 
T

Tom Ogilvy

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.
 
P

Philip

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
 
Top