cancel
Showing results for 
Search instead for 
Did you mean: 

APO macro function CELL_BG - ToolTip string

Former Member
0 Kudos

I am using the CELL_BG macro function in the APO macro builder.

If I want to specify a variable used to hold a character string to be used in the ToolTip for this function, where do I store the variable and its actual character string?

Thanks for any help on this...

Accepted Solutions (1)

Accepted Solutions (1)

m_manimaran
Active Contributor
0 Kudos

Hi,

Please try this macro,

Action Box1:

LAYOUTVARIABLE_SET( 'TOOL_TIP' ;

'TOOL TIP' )

Cell: Row name ( M 01/2000 ) ( Attributes ) =

CELL_BG( 10 ; LAYOUTVAR_VALUE( 'TOOL_TIP' ) )

Regards,

Manimaran M.

Answers (0)