How can i get my Excel xls file that is password protected to stop asking me if i want to convert it to an XML file format?
A:
I'm not sure about asp.net, but in VBA I would use this line of code:
Application.DisplayAlerts = False
Stewbob
2009-11-18 20:06:25