If you want to pass the string directly
called from the cell using:
I'm not sure what your goal is - but if you want to return the filename where it exists else something else then you could adapt the above along the lines of:
so the above would return the file name if it exists else it will return an alternative value - the alternative value would be "No" if unspecified in the cell call else it would use the specific alternative specified, eg:
Of course if the drive specified is invalid (eg AA) it will return an error - you could account for that also if nec., I'm not operating on a network environment so I've not tested for full blown server paths.
Bookmarks