Showing related tags and posts accross the entire site.
-
Pir Qaiser, This is pretty straight forward. Instead of passing in null or nothing for the object array of parameters, pass the parameters packaged into an array of objects. Here is an updated ExecuteMacroInternal method which works with the Macro1 below. Hope this helps, please let me know if you have...
-
Pi Qaiser, This code is for C# projects. Because VB uses an implicit or default namespace while C# uses only explicit namespaces the namespace code element is never encountered. Instead you can add the class to the model through model.AddClass(). Here is some code that works for a VB project. Please...
-
In seamless non-destructive debugging scenarios (macro recording and running) the host application must keep track of the latest version of the “macro” project assembly. The IDE offers the user many opportunities to change settings like the active configuration or the output path which can make it difficult...