K
Knut Haugerud
I've been running around in circles now for the last few days, and I hope
someone can help me on a way to a proper solution.
I need to be able to create a toolbar to appear in Visio 2000 every time the
application loads. I have the code that produces the toolbar, the only
problem is that I have to run the VBA code manually from the VBA environment
if I want to see it.
After reading through most of the content on msdn, I have figured out that I
have to write a COM add-in for Visio ... so far so good. What I can't find,
is examples on how I can write a very simple COM add-in for Visio 2000 using
either VB or VBA. Does someone have a small sample that e.g. pops up a note
in a MsgBox every time Visio loads ?
I can, from what I understand, write the COM add-in in either VB or VBA. To
write the add-in in VBA, I have to use Office Developer, which I do not
have, so I guess the solution have to be that I code it in VB ?!
Thanx,
Knut
someone can help me on a way to a proper solution.
I need to be able to create a toolbar to appear in Visio 2000 every time the
application loads. I have the code that produces the toolbar, the only
problem is that I have to run the VBA code manually from the VBA environment
if I want to see it.
After reading through most of the content on msdn, I have figured out that I
have to write a COM add-in for Visio ... so far so good. What I can't find,
is examples on how I can write a very simple COM add-in for Visio 2000 using
either VB or VBA. Does someone have a small sample that e.g. pops up a note
in a MsgBox every time Visio loads ?
I can, from what I understand, write the COM add-in in either VB or VBA. To
write the add-in in VBA, I have to use Office Developer, which I do not
have, so I guess the solution have to be that I code it in VB ?!
Thanx,
Knut