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
If you just want to overwrite the file that's currently there, might just be easier to delete it first and then save the new file. So just use System.IO.File.Delete.
System.IO.File.Delete