Returns the address of the current selection.
@Selection()
| Argument Name | Description |
|---|---|
| This function does not take any arguments | |
function example
| A | B | C | D | |
|---|---|---|---|---|
| 1 | January | February | March | |
| 2 | 1000.0 | |||
| 3 | 1001.0 | |||
| 4 | 1002.0 |
| Procedure | ||||||
|---|---|---|---|---|---|---|
| Method | Overload | ErrorHandlingMode | ||||
| Argument | Value | Comment | ||||
| OnAfterBuild | ||||||
| SetEntry | Text | |||||
| Address | Data.Range | |||||
| CellByCell | True | |||||
| CellCondition | ||||||
| Entry | @Selection() | |||||
| A | B | C | D | |
|---|---|---|---|---|
| 1 | January | February | March | |
| 2 | 1000.0 | $A$1 | $A$1 | $A$1 |
| 3 | 1001.0 | $A$1 | $A$1 | $A$1 |
| 4 | 1002.0 | $A$1 | $A$1 | $A$1 |