I am trying to open a file with only a partial file name being entered thru an input box
One user will create the file and save it. The file name is created by pulling data from 3 different worksheet cells - i.e. - number, location and name.
A second user will try to open that file by entering only the number portion of it.
There are no duplicate file names in the directory where the file is located, so when User2 enters the number, it will only find one file. I have done the reading on "File.Open", but do not want a dialog box to open. I would like this to happen automatically once User2 enters the number.
Is this possible?
Thanks in advance!
Bookmarks