L
LudgerGoeke
I try to access the visio object model from a VB add-on but when I use
source code like
Dim app As Visio.Application
Set app = GetObject(, "Visio.Application")
MsgBox " Application name "+app.Name
I get the following error mesage
" object creation through Active X component is not possible"
I'm using the VBVSL_Adapter from the book "Visio 2003 Developers survival
pack"
Can anyone help me?
Regards
Ludger Goeke
source code like
Dim app As Visio.Application
Set app = GetObject(, "Visio.Application")
MsgBox " Application name "+app.Name
I get the following error mesage
" object creation through Active X component is not possible"
I'm using the VBVSL_Adapter from the book "Visio 2003 Developers survival
pack"
Can anyone help me?
Regards
Ludger Goeke