Closed
Macro Code in Excel component
I want to write macro in Excel Connector, I could write macro name but I am not able to write the code for that macro.
***Updated by moderator: Lochan to add Categories***
Harik,
You cannot create or write a macro using the excel connector. You can only call VB function macros through the connector. There are two methods with calling the macro. The first method calls only the macro name. The second method calls the macro name with parameters.
--Zach