View Single Post
  #10   Report Post  
Posted to microsoft.public.excel.programming
STEVE BELL STEVE BELL is offline
external usenet poster
 
Posts: 692
Default specialeffect to command button

Some controls have properties to control this feature.
I could not find that property for a command button (Excel 2000)

Maybe some one else knows how to do this.

I was able to add a lable and it has a click event.
You could put a lable on your form and use it as a button
and it would have a flat appearance...

Private Sub Label1_Click()
' your code here
End Sub

--
steveB

Remove "AYN" from email to respond
"ilyaskazi" wrote
in message ...

On my userform i want to show my command button effect as flat


--
ilyaskazi
------------------------------------------------------------------------
ilyaskazi's Profile:
http://www.excelforum.com/member.php...o&userid=23969
View this thread: http://www.excelforum.com/showthread...hreadid=389564