A
abdrums
I use the following to save a file to folder. How can I have it check
to see if the filepath exists and it exits then msgbox indicated that file
is there and exit sub routine, and if not exists, go ahead and create the
path?
ActiveWorkbook.SaveAs Filename:="\\my path directory\" & NewFileName & ".xls"
to see if the filepath exists and it exits then msgbox indicated that file
is there and exit sub routine, and if not exists, go ahead and create the
path?
ActiveWorkbook.SaveAs Filename:="\\my path directory\" & NewFileName & ".xls"