View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
SueJB SueJB is offline
external usenet poster
 
Posts: 38
Default Adding tool tip to worksheet button

It's a control button added from the Control Toolbox toolbar, but if I
right-click for the properties listing it doesn't show an entry for
ControlTipText.

I'm puzzled!

Sue

"Dave Peterson" wrote:

Setting the ControlTipText works ok in a userform. But I couldn't get it to
work on a commandbutton on a worksheet.

Frank Kabel wrote:

Hi
if it's a button from the toolbox toolbar set the ControlTip property
of this button

--
Regards
Frank Kabel
Frankfurt, Germany

"SueJB" schrieb im Newsbeitrag
...
I have a button in a worksheet cell that runs a VBA sub (fortunately

this
works fine!)

Is there any way to add a tool tip to the button?

Thanks
Sue


--

Dave Peterson