
Loading a Form in a Visio Drawing 5.0c
I am using
VBA to load a form from a command button on a Visio drawing and keep
getting a Run-time error '361' that it can't load or unload an object. I'm using
the following lines:
Private Sub MoreInfo_Click()
Load MoreInfo
Show.MoreInfo
End Sub
Any info is appreciated. Thanks.