felix7502
Mechanical
- Mar 24, 2003
- 222
I've used Tobin's Balloon Note macro from its beginning, but we've just upgraded to Windows 7 & SW 2011 x64 and the macro no longer functions. This is the error I received:
Run-time error '13'
Type mismatch
Debug:
Global swDoc As SldWorks.ModelDoc2
Global swSelMgr As SldWorks.SelectionMgr
Global Const version = 2.11
Sub main()
frm_balloonNote.Show
End Sub
Can anyone tell me how to correct this?
Thanks, Sylvia
Run-time error '13'
Type mismatch
Debug:
Global swDoc As SldWorks.ModelDoc2
Global swSelMgr As SldWorks.SelectionMgr
Global Const version = 2.11
Sub main()
frm_balloonNote.Show
End Sub
Can anyone tell me how to correct this?
Thanks, Sylvia