View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Adding tool tip to worksheet button

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