D
Daniel Bonallack
From Excel, I would like to test if a txt file is in a certain folder.
For example, I would like the simple code to know if mytext.txt is in folder
L:\Storage\
Secondly, I have the line to open a text file to a worksheet
Workbooks.OpenText Filename:="L:\Storage\myText.xls"
But if I want that to be imported to the active worksheet, how do I do that?
Thanks in advance!
regards
Daniel Bonallack
For example, I would like the simple code to know if mytext.txt is in folder
L:\Storage\
Secondly, I have the line to open a text file to a worksheet
Workbooks.OpenText Filename:="L:\Storage\myText.xls"
But if I want that to be imported to the active worksheet, how do I do that?
Thanks in advance!
regards
Daniel Bonallack