jFocus()
Estimated reading time: 1 minuteFunction Summary
The jFocus function will move the cursor and select a targeted range after a freeze panes action using Interject's Freeze/UnFreeze Panes action. The jFreezePanes function must be set up for this to trigger. The Freeze/UnFreeze Panes action can be found in Quick Tools on the Interject Ribbon Menu.
For an example of this function, see Lab Create: Customer Aging.
Function Arguments
| Type | Range |
| Constraints | |
| If Blank | Will select the cell defined in jFreezePanes FreezePanesCell argument |
Excel Formula Bar Example
Excel
=jFocus(C17)
Function Composition
| Argument Name | Example Mapping | Explanation |
|---|---|---|
| Function Name | =jFocus | The name of this function. |
| Target | C17 | Cell C17 will be selected after a freeze panes action. |