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

How do I auto-start a macro?

Status
Not open for further replies.

JEngles

MIS
May 21, 2003
93
AU
I'm a newbie to BusObj and I'm sure this is a stupid question. How do I make a add-in autostart?

I have a simple add-in which is a macro for creating a new toolbar icon and the code it runs. I can enable the add-in but it doesn't start up, but when I run it through macro's it works fine.

Can someone please help me out, what have I forgotten :-(

Cheers,
Johan
 
Thanks nimmy, in the end I found that it could be opened under

BusinessObjects Objects
ThisDocument

Private Sub Document_Open()
MyMacro
End Sub

Too simple in the end, thanks for you help though
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top