View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
shashi1515[_9_] shashi1515[_9_] is offline
external usenet poster
 
Posts: 1
Default Color of custom button caption


I have created a cutom button with the following code. How do I change
the font color/size of the caption on the button? Please help.

With .Controls.Add(Type:=msoControlButton)

..Style = msoButtonCaption
..Caption = "Enter the name"
..Width = 35

End With


--
shashi1515
------------------------------------------------------------------------
shashi1515's Profile: http://www.excelforum.com/member.php...o&userid=31109
View this thread: http://www.excelforum.com/showthread...hreadid=513224