passing parameters

  1. K

    Passing Parameters to Macro from Blueprism

    Hi Team, I have a macro with me for saving the "Chart" in excel as image. But I want to pass the image name and the path as parameters to the Macro using Blueprism. Can someone please help me on this? Sub SaveSelectedChartImage() ActiveChart.Export "C:\Users\ABC\Desktop\Test\test.png" End Sub
Top