Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Executable from VBA Macro ?

Status
Not open for further replies.

Benouche

Programmer
Joined
Aug 6, 2002
Messages
48
Location
FR
Is it possible to create an executable from BO by creating a macro in VBA ???

Thanks in advance,
Benoit
 
Do you mean a file with .EXE extension??? (you cannot be serious)

From the command line, you can launch the reporter executable to process a document in batch mode (check command line syntax help). Your VBA macro should be put in the Document_Open event of the document.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top