kamal1jacq
New Member
- Joined
- Feb 4, 2010
- Messages
- 12
Sub Demo()
Call CountfilesInFolder("C:\Users\kamal.j.kumar\Documents\CDP", "*.xls*")
End Sub
Hi,
In the above macro, I get the following compile error: sub or function not defined. Why ?
Call CountfilesInFolder("C:\Users\kamal.j.kumar\Documents\CDP", "*.xls*")
End Sub
Hi,
In the above macro, I get the following compile error: sub or function not defined. Why ?