Renames a cell in the current sheet.
Syntax
CHGVAR VAR(&CMD) VALUE('XLCELLNAME')
CHGVAR VAR(&PARM1) VALUE('coordinates')
CHGVAR VAR(&PARM2) VALUE('name')
CALL PGM(LNCCMD) PARM(&HANDLE &CMD &OPT &PARM1 +
&PARM2 &RESULT)
Parameters
Parameters |
|
Parm1 |
The coordinates of the cell to rename.
|
Parm2 |
New name of the cell.
|
Example
CHGVAR VAR(&CMD)VALUE('XLCELLNAME')
CHGVAR VAR(&PARM1)VALUE('$A$3')
CHGVAR VAR(&PARM2) VALUE('Sum')
See also