B
Brent
Is there a way to determine a file type or format(such as
CSV, TXT, etc) BEFORE VBA opens the file?
I have VBA code with dialog boxes that prompts a user to
select a .txt file, then open and process it. I have
restricted the display in the file open dialog box to only
show .txt files. However, we all know that a file could be
something other than .txt even though it has that
extension...
Thanks
CSV, TXT, etc) BEFORE VBA opens the file?
I have VBA code with dialog boxes that prompts a user to
select a .txt file, then open and process it. I have
restricted the display in the file open dialog box to only
show .txt files. However, we all know that a file could be
something other than .txt even though it has that
extension...
Thanks