Can anyone help me on how can I overwrite the excel file without prompting the users in VB.Net..
I have try this code but It doesn\'t work..
Dim xlsA
Why do you need to use SaveAs? Looking at the code, you are trying to write to the same file. Use Save instead.
SaveAs
Save