views:

32

answers:

1

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