View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Yossy Yossy is offline
external usenet poster
 
Posts: 127
Default Macro Error Help!!

Please I need help in resolving this error "Sub or function not defined". I
tried using Ron's code http://www.rondebruin.nl/copy3.htm and i get error.
Please help me in identifying what am doing wrong. all responses appreciated.

Sub RDB_Module1() ***** This get highlighted
Dim myFiles As Variant
Dim myCountOfFiles As Long

myCountOfFiles = Get_File_Names( _ ****this also gets highlighted

I believe these two function are not properly called or referenced to. HELP

Thanks
Yossy