View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
LesHurley LesHurley is offline
external usenet poster
 
Posts: 61
Default Windows API Functions

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?

--
Thanks for your help