daniels012
Well-known Member
- Joined
- Jan 13, 2005
- Messages
- 5,219
I have code written with an input box that works fine.
myFile = InputBox("Enter a file name")
If myFile = "" Then Exit Sub
I would like to somehow let the user see the available file names to chose from while the input window open. Is this possible? The file names are in the directory c:\estimating\
myFile = InputBox("Enter a file name")
If myFile = "" Then Exit Sub
I would like to somehow let the user see the available file names to chose from while the input window open. Is this possible? The file names are in the directory c:\estimating\