Accesing to excel macros by COM

wakeup

Active member
Joined
Nov 9, 2004
Messages
35
Hi,
I want access to excel macros from aspnet proyect. But it not run because in Excel Security options dont 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
 
the machine ASPNET account is a machine account, you cant 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.
 
Back
Top