J
JEB
Please excuse my lack of knowledge/understanding of the Windows API - I'm
totally confused.
I have an Excel application that calls for the user to import a text file.
At the moment I have confined the file name and path to hard code in VBA (The
user MUST have a file called ABC.txt and it MUST reside in the c:\temp
directory. This is no longer acceptable.
I need to provide the functionality for the user to select the file from a
list in their My Documents directory (or sub directory), only limiting the
file name to .txt files.
What is the best and simplest way to approch this?
Thank you in advance.
JEB
totally confused.
I have an Excel application that calls for the user to import a text file.
At the moment I have confined the file name and path to hard code in VBA (The
user MUST have a file called ABC.txt and it MUST reside in the c:\temp
directory. This is no longer acceptable.
I need to provide the functionality for the user to select the file from a
list in their My Documents directory (or sub directory), only limiting the
file name to .txt files.
What is the best and simplest way to approch this?
Thank you in advance.
JEB