Directory Existence Check:   Return to List

PathExists = Len(VBA.Dir(PathName:=MyOutputLocation, Attributes:=vbDirectory))

' Will be zero if path does not exist.



Note to Webmaster