J
John
Hi,
I am working on a statechart using VBA. I got the
following error when I was trying to assign text property
to transition, like...
1.)Set mastObj = stnObj.Masters(6)
2.)Set shpObj = pagObj.Drop(mastObj, 4, 8)
3.)shpObj.Text = "first transition"
The problem is with line 3 and I get the following
runtime error '-2032465766 (86db089a)'
Requested operation is presently disabled
Please let me know where I am going wrong. I am new to
Visio VBA. Any help will be very greatly appreciated.
Thanks
I am working on a statechart using VBA. I got the
following error when I was trying to assign text property
to transition, like...
1.)Set mastObj = stnObj.Masters(6)
2.)Set shpObj = pagObj.Drop(mastObj, 4, 8)
3.)shpObj.Text = "first transition"
The problem is with line 3 and I get the following
runtime error '-2032465766 (86db089a)'
Requested operation is presently disabled
Please let me know where I am going wrong. I am new to
Visio VBA. Any help will be very greatly appreciated.
Thanks