Link to home
Start Free TrialLog in
Avatar of sow56091
sow56091

asked on

VBA macro to .exe

Hello experts,

Is it possible to convert a VBA macro into a standalone .exe file?

I don't want the hassle of launching Microsoft Outlook (where the Macro is located) before launching the macro (which only does Windows file manipulation without the need of Outlook's features).

I do not have a copy of Visual Basic.

Sean
ASKER CERTIFIED SOLUTION
Avatar of gabeso
gabeso
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Sibish
Sibish

Hi,

You can convert your VBA macro into a stand alone application, but you need to have VB. Conversion will be simple.

Regards,
Sibish.K.Abraham
Avatar of sow56091

ASKER

Sorry for the delay guys, but thank you both for your input.

Sean