All experts out there...help me please
I am writting a simple application using Vb6.0 to
access the Excel file, make modification and save with
the same file name. And I keep getting a prompt message
as follow:
The file 'H:\work\ExcelFile.xls' already exist.
Do you want to replace the existing file? Yes or No button
How do I auto replace the save, so that I don't have to get
this message again.
The following is the syntax I used in my program
Dim objectExcel as object
.
.
.
objectExcel.Application.ActiveWorkbook.SaveAs
FileName:="C:\work\ExcelFile.xls"
Help please
Thanks
I am writting a simple application using Vb6.0 to
access the Excel file, make modification and save with
the same file name. And I keep getting a prompt message
as follow:
The file 'H:\work\ExcelFile.xls' already exist.
Do you want to replace the existing file? Yes or No button
How do I auto replace the save, so that I don't have to get
this message again.
The following is the syntax I used in my program
Dim objectExcel as object
.
.
.
objectExcel.Application.ActiveWorkbook.SaveAs
FileName:="C:\work\ExcelFile.xls"
Help please
Thanks