View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
jim C. jim C. is offline
external usenet poster
 
Posts: 15
Default how do you hide a forms command button


If ??? True Then
cmdEnterData.Visible = True
Else
cmdEnterData.Visible = False
End If


Hope this helps...

-----Original Message-----
I need to be able to hide and display a command button

depending on the
occurrence of certain events. What code can I use to

hide and display a
command button named "cmdEnterData"?

Thank you in advance.


.