Sorry, I didn't realise you were after code for it. That's simply how youdo it from the Excel menu.This command button code hides Sheet2Option ExplicitPrivate Sub CommandButton1_Click()Worksheets("Sheet2").Visible = FalseEnd Sub