L
LesHurley
I have copied the following declaration and an accompaning function call from
Walkenbach"s p\Power Programming With VBA.
Declare Function GetWindowsDirectoyA Lib "Kernel32" _
(ByVal lpBuffer As String, ByVal nSize As Long) As Long
I get the runtime error "Can't find DLL entry point GetWindowsDirectoryA in
kernel32.
I am using WindowsXP home ed. Does anyone know if XP has that function?
Walkenbach"s p\Power Programming With VBA.
Declare Function GetWindowsDirectoyA Lib "Kernel32" _
(ByVal lpBuffer As String, ByVal nSize As Long) As Long
I get the runtime error "Can't find DLL entry point GetWindowsDirectoryA in
kernel32.
I am using WindowsXP home ed. Does anyone know if XP has that function?