clear a cell with command button?
Posted by Keith on August 23, 2001 8:25 AM
Hello all,
This is my first try at using the controls. I'm trying to have the command button clear the contents of cell c4 when pressed. Here's what I've tried:
Private Sub CommandButton1_Click()
c4.Text = ""
End Sub
but I'm just shooting in the dark as I have no reference other than an old VB book. Can anyone help? Thanks in advance.
~Keith