Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have an application that tests for the existence of a text file in a
network server that has been mapped to drive Z: Depending on whether the file exists determines the mode of the workbook. I use the following to check. If Len(Dir("Z:\myPath\myFile\myFile.txt")) 0 Then 'set mode 1 Else 'set mode 2 Endif The above works well even if the user has not got a Z: drive mapped. If the user has a drive Z: but does not have access rights to read the folder I get a run-time error. How can I change the test to prevent this? -- Regards, Nigel |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Access to excel files not on drive C | Setting up and Configuration of Excel | |||
Import from MS Access - Lose the drive letter..link only to drive | Excel Programming | |||
user cannot access his share workbook on network drive. | Excel Worksheet Functions | |||
Launching Excel causes floppy drive access | Excel Discussion (Misc queries) | |||
File in C drive is always trying to access Drive A | Excel Discussion (Misc queries) |