Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the following code...
Dim fName As String dim DestPath as string DestPath = ThisWorkbook.Path & "\" fName = Dir(DestPath & "*.*") Do Until fName = vbNullString 'additional logic here fName = Dir Loop I get error 5 Invalid procedure call or argument on the line fname = Dir and don't understand why. I am using Excel 2000. Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Function error | Excel Worksheet Functions | |||
GammaDist function error in error | Excel Programming | |||
Excel - User Defined Function Error: This function takes no argume | Excel Programming | |||
IF THEN function error | Excel Worksheet Functions | |||
Function Error | Excel Programming |