M
marston.gould
Is there some way to keep the window
that tells me that a file already exists and
do I want to overwrite it from popping up
and let a worksheet save as execute?
give that fStr hold the name of the file
Set wb = ActiveWorkbook
wb.SaveAs (fStr)
is what I have now....but I get the message.
that tells me that a file already exists and
do I want to overwrite it from popping up
and let a worksheet save as execute?
give that fStr hold the name of the file
Set wb = ActiveWorkbook
wb.SaveAs (fStr)
is what I have now....but I get the message.