wakeup Posted June 6, 2005 Posted June 6, 2005 Hi, I want access to excel macros from aspnet proyect. But it not run because in Excel Security options don't have checked "Trust access to visual basic project" for aspnet user. Can I login in my PC with aspnet user for open excel and active this options? Do you know another way for get it? Thanks Quote
bri189a Posted June 6, 2005 Posted June 6, 2005 the machine ASPNET account is a machine account, you can't logon with it. If there is a function in the macro you want, just copy the macro, translate it to VB and then put it in your code behind. Quote
wakeup Posted June 13, 2005 Author Posted June 13, 2005 I dont need the code. I need test if existe a macro with a specific name. Thanks Quote
Recommended Posts