Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I have code that checks if a folder exists strFullPath = "D:\Release" Sub FolderExistCheck(strFullPath As String, Exists As Boolean) 'if Exists = True then the path exists If Not Dir(strFullPath, vbDirectory) = vbNullString Then Exists = True If strFullPath = "" Then Exists = False End Sub "D:\Release" does not exist but instead of returning "False" it returns Bad filename or number. But this only happens with the D: directory if the directory starts with C: it returns false. Does anyone know why this is? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF(AND) error message | Excel Worksheet Functions | |||
VBA Error Message "Compile Error...." | Excel Discussion (Misc queries) | |||
changing the message in an error message | Excel Worksheet Functions | |||
How do I get rid of "Compile error in hidden module" error message | Excel Discussion (Misc queries) | |||
#num! error message | Excel Worksheet Functions |