Skip to main content

Get Selected Range

Get the currently selected cells in the specified worksheet

Input

  • Row Absolute: True to return the row part of the reference as an absolute reference.
    • Type: System.Boolean
  • Column Absolute: True to return the column part of the reference as an absolute reference.
    • Type: System.Boolean
  • External: True to return an external reference. False to return a local reference.
    • Type: System.Boolean

Output

  • Range: The return of selected range
    • Type: System.String

Details

  • This activity can only be used within the Use Excel File activity. Excel application must be installed on the machine where the process will run.