Search results

  1. C

    how to get multiple active values excel

    VBO Excel has an object with get Cell Value, ive tried to modifie the object so i can get multiple values with one object, but it gives an error,HRESULT: 0x80070057 (E_INVALIDARG)) Dim cellVal as String = GetInstance(handle).ActiveCell(cellref).Value value = IIf (cellVal Is Nothing, ""...
  2. C

    Counting Pages from pdf document without opening file

    I want to count pages from a pdf document without opening the document, does anyone have a solution for this?
  3. C

    How to get de first letter as uppercase

    How do i get the first letter as an uppercase letter from a data item. If i use de calculate Upper then all the letters will be UPPERcase
Top