Excel Add in for AS: Function's not recognized

V

VallabhK

Hi,

I am using the Excel Add-in for Analysis services. When I load the
workbook directly from excel the add in functions work fine.

The requirement is to load this workbook from an HTML page. I have
written some basic java script to do this i.e. new
ActiveXObject("Excel.Application")

When the java script loads the workbook, none of the add in functions
evaluate. Excel basically flags them as unrecognised functions. I have
verified that reference to the concerned library exists in VBE.
Simple excel formuals like SUM(A1:D1) etc evaluate just fine.


Any ideas?

Thanks
Vallabh
 
J

Jim Cone

Maybe...
http://support.microsoft.com/kb/213489/en-us
"Add-Ins Don't Load When Using the CreateObject Command"
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware



"VallabhK" <[email protected]>
wrote in message
Hi,
I am using the Excel Add-in for Analysis services. When I load the
workbook directly from excel the add in functions work fine.
The requirement is to load this workbook from an HTML page. I have
written some basic java script to do this i.e. new
ActiveXObject("Excel.Application")
When the java script loads the workbook, none of the add in functions
evaluate. Excel basically flags them as unrecognised functions. I have
verified that reference to the concerned library exists in VBE.
Simple excel formuals like SUM(A1:D1) etc evaluate just fine.
Any ideas?
Thanks
Vallabh
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top