Dear All,
How Can I Run a macro(written in excel) in asp.net? Can anyone help me?
Great thanks,
Habibeh
Dear All,
How Can I Run a macro(written in excel) in asp.net? Can anyone help me?
Great thanks,
Habibeh
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.
Munir ShaikhPosted Sep 14, 2007, 7:54 AM
At first you have to
1. Open Excel file
2. Open it for reading
3. With the Excel library there should be document object for excel
just use document.formelement or element attribute, here you can use index or name of the element smae thing i have used in MS-Word and it work perfect.
Regards,
>>Munnamax