How to find the drive letter?
I have found that the following often does not work and causes a run time
error:
ChDir "..\finance"
whereas ChDir "W:\finance" always works
So how can you determine what the drive letter is (not always W:) and insert
it in the ChDir command?
Mervyn
|