View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
SunTzuComm SunTzuComm is offline
external usenet poster
 
Posts: 30
Default CommandButton Text

Make sure the button's WordWrap property is set to True. Then you can
experiment with the Height and Width to control how the caption breaks.

Regards,
Wes