Recent content by samaritanmachine

  1. S

    Start Process acts different

    Hello everyone, I have batch file for opening Dataloader application which is provided by Salesforce. When I double click to the bat file, it opens normally. However, when I use start process action in Blue Prism, it acts different. Do you have any idea why I am facing that?
  2. S

    How to Save Word as PDF with Password

    Hi, I'm looking for a VBA for Word to save as PDF with password protect. Is there any quick solution for this?
  3. S

    Isolate date with Regex

    There is a Regex expression which can isolate the US date. But there is a small difference, your date has comma. You can edit the expression to your needs...
  4. S

    Excel VBO - Pivot Table Report Layout

    Hello, I'm trying to arrange my pivot table's report layout as tabular form. In the offical document of Microsoft Excel, the related code for changing report layout is: pvt.RowAxisLayout xlTabularRow I wrote this code in Blue Prism as: PvtTbl.RowAxisLayout = "xlTabularRow" Also...
  5. S

    Excel Replace VBA

    Hello, I'm trying to write a code which is similar to CTRL+H Find and Replace method in Excel. When I run the code stage, gives an error: "The given key was not present in the dictionary." Can you please help me? Here is the code:
Top