schnabs
Technical User
- Jan 21, 2009
- 50
Hello,
I am combining and saving an excel file. Currently, this is how I am doing it.
newName = "Z:\2009 Combined Delinquencies\April\" + path
oxlBook1.SaveAs(newName)
What I would like to do, is create a listbox of the 12 months in the above directory, and have the user choose the month in which to save the file. Whether this be creating the folder if it does not exist, or I can create all the folders head of time.
Thanks in advance!
I am combining and saving an excel file. Currently, this is how I am doing it.
newName = "Z:\2009 Combined Delinquencies\April\" + path
oxlBook1.SaveAs(newName)
What I would like to do, is create a listbox of the 12 months in the above directory, and have the user choose the month in which to save the file. Whether this be creating the folder if it does not exist, or I can create all the folders head of time.
Thanks in advance!