Can VBA macros be compiled?

P

Paladin046

Can Excel and/or word VBA macros be compiles to exe files as you can
in true visual basic?
 
H

Harald Staff

Hi

VBA is VB6 using MS Office objects. If you can get hold on a copy of Visual
Studio 6 (it's pretty old) and modify your copy-pasted code so it doesn't
rely on the Office objects (or properly address Office from a standalone
app), then you can create exe files with it.

HTH. Best wishes Harald
 

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

Top