I think that's simple enough. If you don't know where to start, here's how:
Click on VIEW, TOOLBARS, and CONTROLBOX.
Select the Command button option and place it on your worksheet.
Doubleclick it and the following will appear:
Private Sub CommandButton1_Click()
End Sub
In between the ComandButton_Click and End Sub, type this:
Sheets("Your sheet name here").Select
That's it! Your sheet name will have to be between quotation marks as shown.
This message was edited by Drmwvr7266 on 2002-08-25 05:46