G
Guest
I want to save my workbook as an HTM file after updating. When I do this I
get the warning that the file already exists. How I get around this? I want
the file to save without the warning. Here is the code I'm using to save the
file.
ActiveWorkbook.SaveAs Filename:="C:\XLIMP\MB.htm", FileFormat:=xlHtml, _
ReadOnlyRecommended:=False, CreateBackup:=False
TIA
Steve H
get the warning that the file already exists. How I get around this? I want
the file to save without the warning. Here is the code I'm using to save the
file.
ActiveWorkbook.SaveAs Filename:="C:\XLIMP\MB.htm", FileFormat:=xlHtml, _
ReadOnlyRecommended:=False, CreateBackup:=False
TIA
Steve H