View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Roxy Roxy is offline
external usenet poster
 
Posts: 45
Default unhide a row in a worksheet using vba

I have a command button that has this code already

Private Sub CommandButton1_Click()
Worksheets("Extra Earned Income Methd 1").Visible = True
End Sub

I would like to add an unhide of row 5 on sheet family totals.

Thanks
Roxy