Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

command button on worksheet(not user form)

Status
Not open for further replies.

jiemei1

ISP
Mar 24, 2006
10
US
I am tryng to put a command button on my worksheet. once I click the button, I should be able to get:

Private Sub CommandButton1_Click()
End Sub


the problem is that I am not getting the result I want. Any one know why? I am using Excel 2003.


Thanks
 
Forum707 is for VBA stuff. This forum is for writing ActiveX controls and DLLs using VB6. Read faq222-2244 to get some guidelines on forum usage.

________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in Hex, why have we only got A fingers?'
Drive a Steam Roller
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top