Search results

  1. D

    INI Config File

    Introducing INI config file reader Returns Collection with sections defined in the file. I created this because I was sick of using Excel files for configurations. This tool is by no means perfect, but it works well with a simple structure. Example of INI config file: name = "Project1" version...
  2. D

    Couldn't identify foreground window (SAP) after closing Adobe Reader

    Hello, I'm facing a problem with BP not being able to detect foreground window after closing Adobe Reader DC (i use it to auto print docs). I'm using SAP to open an attachment (it opens in adobe reader), where i attach to it, print and close it. After closing it it does not switch to (last)...
  3. D

    Solved Get Excel Column Representation from Number

    Hi, I decided to share object I made, where I solved this problem. Problem: Getting an excel column value (like AL) from number representation (column 56) up to ZZ column Input: Number (number) Output: Column (text) Code: 'ABCDEFGHIJKLMNOPQRSTUWVXYZ (26) dim ab = "ABCDEFGHIJKLMNOPQRSTUWVXYZ"...
Top