I'm getting a compile error on Module 1 saying: 'Only comments may appear after End Sub, End Function, End Property' on the line:
Declare PtrSafe Sub wlib_AccColorDialog _
Lib "msaccess.exe" _
Alias "#53" (ByVal Hwnd As LongPtr, lngRGB As LongPtr)
Not sure why that is?
Declare PtrSafe Sub wlib_AccColorDialog _
Lib "msaccess.exe" _
Alias "#53" (ByVal Hwnd As LongPtr, lngRGB As LongPtr)
Not sure why that is?