Excel 2000 macro security Level

  • Thread starter Thread starter timothym
  • Start date Start date
T

timothym

Hi! I am running an ASP.NET application which ideally opens an Exce
spreadsheet with a macro included in it. When I try opening
spreadsheet without a macro, everything works fine, but with macros, i
hangs on the opening command. I tried to go to Excel 2000 and go t
Tools->Macros->Security Level->Low but it still hangs when I try t
open the macro spreadsheet. All works fine with the spreadsheet no
containing macros, so it really is a question of macro security. But
put it to low, so I don't understand how it is still not opening!! An
help would be greatly appreciated!

Thanks and best regards,
Timoth
 
I don't know anything about ASP.NET, but can you make excel visible when you're
debugging your code?

Maybe you can see a dialog box that needs to be dismissed before continuing.
 
Back
Top