Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in RPA by (12.7k points)

I am trying to pass values to an XL macro from within UiPath.

Within XL, I managed to pass values from a button to a macro.
This is how I called my macro from the button.

'macroTest("A12")'

I tried this without the single quotes but it did not work. And it did not work without the double quotes around the string.

I tried creating a variable within UiPath like this "'macroTest(" & CHR(34) & "A12" & CHR(34) & " )'"

But I got no luck.

Any ideas would be greatly appreciated.

1 Answer

0 votes
by (29.5k points)

For now, as far as I know, you cannot pass parameters to the macro with 'execute Macro' activity.

I can suggest a workaround that might help you, What you can do is
write the values in a separate sheet, in some fixed cells using Write Cell activities and have the macro read the values from there

Related questions

Browse Categories

...