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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need help for a VBA program

Status
Not open for further replies.

tranber

Programmer
Aug 5, 2001
2
0
0
FR
Hi !

I want to make a small .exe in VB (using BO SDK) which :
- launch BO
- open a document
- refresh the document
- save this document as html
- close BO

Can anybody help me ? It should be easy no ?
First step is ok, but then I can't figure out how to open a document in the application I've launched...

Thanks for your help
Regards,
tra/\/ber
 
Hi
not sure if this is what your looking for
If your using straight VB suggest that you pull in reference busobj.tlb
This exposes the BO object model. you can instaniate it, view it thru the object
browser etc. A good way to learn
 
have a look at thread393-88021 : "VBA in BOb"

I've included a v4 script example which converts to VBA with no problems.
 
Sorry, didn't finished!

Although I've used this as VBA, I've not had a go at creating this as an exe.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top