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