P
Perrier Shaw
Hi,
I'd like to add control tip text to command buttons on a
worksheet.
I've tried to include the code :
Sub Workbook_open()
Sheets("test").commandbutton1.controltiptext="text"
End Sub
But it does not work.
How to do it?
Many thanks.
I'd like to add control tip text to command buttons on a
worksheet.
I've tried to include the code :
Sub Workbook_open()
Sheets("test").commandbutton1.controltiptext="text"
End Sub
But it does not work.
How to do it?
Many thanks.