thingssocomplex
Registered User.
- Local time
- Today, 08:39
- Joined
- Feb 9, 2009
- Messages
- 178
Hello,
An error appears for the below code and the 'Function' is highlighted when the error is flagged, the error is below, could anybody assist with with how I can resolve?
An error appears for the below code and the 'Function' is highlighted when the error is flagged, the error is below, could anybody assist with with how I can resolve?
Code:
Option Compare Database
Option Explicit
Private Declare Function GetOpenFileName Lib "comdlg32.dll" Alias "GetOpenFileNameA" (pOpenfilename As OPENFILENAME) As Long
Public CDCaption, CDSearchString, CDInitDir As String
The code in this project must be updated for use on 64-bit systems. Please review and update Declare statements ant then mark them with the PtrSafe attribute