Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Dim TestStr as string
teststr = "" on error resume next teststr = dir("Yourpathtothefile\yourfilename.ext") on error goto 0 if teststr = "" then 'not there else 'yes, it is! end if JHB wrote: I would like to create a macro that will check to ensure that a file exists, which will have a material efefct on the steps to be taken next. I am havintg trouble finding out how to do this. Can someone tell me the command argument for an if command that would make the check, as if: IF Exists xxx.xls then else endif Thanks a lot. John Baker -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Check if file exists | Excel Discussion (Misc queries) | |||
File Exists Formula | Excel Worksheet Functions | |||
Checking if Sheet Exists? | Excel Discussion (Misc queries) | |||
Checking to see that a CHART exists prior to running a simple command | Excel Discussion (Misc queries) | |||
File Exists | Excel Discussion (Misc queries) |