macro

  1. Y

    Trying to use a VBA form/"Smart View" from oracle

    Hello all, I have an excel template that contains a macro that runs automatically when the file is opened. Problem: There is a form that appears in excel asking me to login to oracle in order to load the data as well as other options. (See screenshot 1) What I want/ what's Excepted: I want...
  2. M

    How run .mac file

    Hello All, Can you please help me, how I can run the .mac on Citrix application without any excel instance, and how I can pass the parameters? PF, .mac file content in the attached screenshot. Thank you!
  3. 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
  4. D

    Solved Run Time Error Macro freezes BluePrism

    Hello, i'm currently encountering an issue with my project. I have to download multiple excel files from an Intranet. Then, open them one by one and call a specific macro (The same macro exists in all the files). While running the macro, i noticed that there's a runtime error with the macro...
  5. A

    Excel Macros on multiple Worksheets

    Dear Members, I am new to blue prism and i would like to create a process which involves running a single Macro in different workbooks and different worksheets of excel so can you please help make dynamic values of macros for Blue Prism so whenever macro is running it is picking itself...
  6. M

    Process stuck on "Excel is waiting for an OLE action to finish" when executing macro

    Hi guys, I have a process scheduled to run every 30 min which uses a macro to query a SQL entry from database. Yesterday I got unexpectedly an error "Excel is waiting for an OLE action to finish" From what I googled it looks like "Object Linking and Embedding action" is pending with another...
Top