Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm using the following function to verify the existance of a file
Private Function FileExists(fname) As Boolean ' Returns TRUE if the file exists Dim x As String x = Dir(fname) If x < "" Then FileExists = True _ Else FileExists = False End Function I call FileExists(filename) from another routine and I need to know th result from that check. how can I check the return from that fucntion (either false or True) ? thanks Pab -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pearson fucntion on excel | Excel Discussion (Misc queries) | |||
IF Fucntion Help! | Excel Discussion (Misc queries) | |||
Sumproduct Fucntion - the use of dash ( -- ) | Excel Worksheet Functions | |||
Sumif Fucntion | Excel Worksheet Functions | |||
Sumif Fucntion | Excel Worksheet Functions |