Hi all,
1st post here - Could anyone help here please.

To explain in full what i'm trying to do:- I have a folder where drawing files stored
I wish to select either single or multiple files
List the file names in column A (eg. 123.dwg)
Add a hyperlink to enable file opening upon clicking

Check if a .txt file also exists with the same file name (eg. 123.txt)
If .txt file exists then list on the same row but in column B.
If the .txt file doesn't exist - then just create one to list
Add a hyperlink to enable file opening upon clicking

and last but not least..
Read the first 25 charactors of each .txt file and display in column C

OK.. I have (i believe as it works) sorted the 1st part with the following code
Please Login or Register  to view this content.
I am struggling with the code to check the very same directory for existance of a .txt file etc..because I do not wish to call the App.GetOpenFileName again

Any ideas on how i can complete this effectively?

Many thanks in advance for you help..