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
- Type:
- Column Absolute: True to return the column part of the reference as an absolute reference.
- Type:
System.Boolean
- Type:
- External: True to return an external reference. False to return a local reference.
- Type:
System.Boolean
- Type:
Output
- Range: The return of selected range
- Type:
System.String
- Type:
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.