Autocad 2015 Vba Module 64-bit |top| -

This is a rare but known issue with the 64-bit VBA7 runtime. Workaround: Split your UserForm into multiple forms or move non-visual logic into standard modules.

If you are searching for the term , you are likely one of three people: autocad 2015 vba module 64-bit

#If VBA7 Then ' 64-bit compatible declaration Declare PtrSafe Function GetParent Lib "user32" (ByVal hWnd As LongPtr) As LongPtr #Else ' Legacy 32-bit declaration Declare Function GetParent Lib "user32" (ByVal hWnd As Long) As Long #End If This is a rare but known issue with the 64-bit VBA7 runtime