View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
El Bee
 
Posts: n/a
Default FileExists Example:

I am confused and trying to understand the "FileExists" function.
I'm trying to check if a file exists or not.


Syntax
object.FileExists(filespec)
The FileExists method syntax has these parts:

What is ment by the "Object." ? it is required when using this function.
I'm somewhat new to using VB and any help would be appreciated. An example
would be nice.