Excel automation from aspx page
Hi,
I'm stuck to automate some functionality of Excel form my ASPx page.
I can launch an instance of Excel and also inserting data to a cell. However, I couldn't move a sheet.
I found this example in VBA document:
" Sheets(Array("Sheet4", "Sheet5")).Move before:=Sheets(1) "
But My problem is that how to change it to a Visual Basic statement in my aspx page ?
|