H
hansmbg
Newbie question.
I want a routine that checks if a file exists and returns
a value 0 for FALSE and 1 for TRUE.
I have been looking around, but I can not find any routine
that RETURNS a value after attempting to open a file.
Thank you in advance
idea:
Sub OpenTest
flag = openfile
if flag = 0 exit all macros
EndSub
/Hans
I want a routine that checks if a file exists and returns
a value 0 for FALSE and 1 for TRUE.
I have been looking around, but I can not find any routine
that RETURNS a value after attempting to open a file.
Thank you in advance
idea:
Sub OpenTest
flag = openfile
if flag = 0 exit all macros
EndSub
/Hans