Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Function IsItThere() Dim blnFile As Boolean Dim strPath As String strPath = "C:\Program Files\ahead\Nero\Boo.wav" blnFile = Len(Dir(strPath)) MsgBox blnFile End Function -- Jim Cone San Francisco, USA http://www.realezsites.com/bus/primitivesoftware "Ray Clark" wrote in message I need to check if a file exists before creating a new file. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Check if file exists | Excel Discussion (Misc queries) | |||
How do I check if a sheetname exists in a file? | Excel Programming | |||
How to check if a file exists in an ftp folder | Excel Discussion (Misc queries) | |||
check if file exists | Excel Programming | |||
check if a file exists / is open | Excel Programming |