UPDATE_LAST_ROW
Updates the last row in an existing frame.
Syntax
UPDATE_LAST_ROW(targetFrame, frameOrRangeToUpdateWith)targetFrame - Target Frame.
frameOrRangeTOUpdateWith - Frame/range to update with.
Sample Usage
UPDATE_LAST_ROW(C1, C2)
UPDATE_LAST_ROW(C1, A6:B6)Return Value
TRUE if function modified the targetFrame.
FALSE otherwise.
Notes
See Also
Last updated
Was this helpful?