Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I wrote a small send to excel macro that exports a chart to excel when the button is clicked. However, this does not work when in the ajax version. Is their a reason for this?
The reason i had to write it is because we only want our users to be able to export certain objects. Whereas they can right hand click on any object to export so we disabled export on the user level and created the macro. But like i said macro doesn't run in web. Any ideas?
Thanks,
Macros (vbscript) isn't supported in AJAX. I think the only solution is to write a javascript. Cannot give you any example though...
Macros (vbscript) isn't supported in AJAX. I think the only solution is to write a javascript. Cannot give you any example though...