Search results

  1. K

    ActiveWindow option in code stage

    I want to create a page in the ms excel vbo to create freeze panes i have recorded a macro and the code for it is With ActiveWindow .SplitColumn = 0 .SplitRow = 1 End With ActiveWindow.FreezePanes = True The major issue is use of ActiveWindow as it can't be use like ActiveWorkbook or...
  2. K

    How to choose multiple items from a drop down in a browser application?

    In an browser application, I have to select multiple items from a single dropdown, manually i can click ctrl and left mouse click to select multiple items, but how to do that through blueprism?
Top