I am workng .net2.0 projects. Here i need to download an excel in which i have written some macros and i will upload it back.
But if suppose the macros are disabled then the the macros written my code doesn't work and the page where i upload the excel crashes.
So i want to check on the upload page itself that whether macros or enable or not and fire a message saying the user to enable the macros.

Plesae guide me how to find out in ASP.net 2.0 whether macros or enabled or not??