Recent content by James_

  1. J

    Problem with Excel with formulas

    That flow suggests you are using a new excel instance to open each file. Maybe try using the same excel instance to open all workbooks? (not sure if this will work but would be the first thing I'd try)
  2. J

    Extract Number from string

    Use Regex: Purchase Order: (?<PurchaseOrder>[/d]+)
Top