Dear All
I want to run Excel Macros in Page load event of the asp.net.I have prepared the macros but unable to run it. Please help me.
Regards
Vivek
Dear All
I want to run Excel Macros in Page load event of the asp.net.I have prepared the macros but unable to run it. Please help me.
Regards
Vivek
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Niradhip ChakrabortyPosted Jun 20, 2008, 3:37 AM
Try this:
Set objExcel = New server.createobject("Excel.Application")
.
.
.
objExcel.Run ("macroname",[parameters])