ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   do anybody have a sample code for executing excel macro from vb code?<eom (https://www.excelbanter.com/excel-programming/341540-do-anybody-have-sample-code-executing-excel-macro-vbulletin-code-eom.html)

B Deepak

do anybody have a sample code for executing excel macro from vb code?<eom
 



Simon Murphy

do anybody have a sample code for executing excel macro from vb code?<eom
 
xlapp.run "macroname", any arguments [the ugly way]
or callbyname
or wb.ws.yourProc
if you post your vb code and vba routine and I'll do a full example
Access is cleaner if your vba code is in classes either your own or behind
the excel objects
cheers
Simon

"B Deepak" wrote in message
...





B Deepak

do anybody have a sample code for executing excel macro from vb code?<eom
 
Simon,

As such, I dont have any specific requirement. But for the time being, I
have to define a macro with array as a argument. And this macro should be
called from our vb class with array as a argument.

Waiting for ur reply...
Thanks,
Deepak
"Simon Murphy" wrote in message
...
xlapp.run "macroname", any arguments [the ugly way]
or callbyname
or wb.ws.yourProc
if you post your vb code and vba routine and I'll do a full example
Access is cleaner if your vba code is in classes either your own or behind
the excel objects
cheers
Simon

"B Deepak" wrote in message
...








All times are GMT +1. The time now is 02:26 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com