C
Cerberus
I have a worksheet ("Cut") that has a hide macro associated with a worksheet
activation. I would like to unhide that page when I activate another
worksheet ("Order").
I have tried:
Private Sub Worksheet_Activate()
Sheets ("Cut")
Cells.Select
Selection.EntireRow.Hidden = False
End Sub
But obviously that is not the answer. Any ideas? Thanks in advance for
your assistance.
activation. I would like to unhide that page when I activate another
worksheet ("Order").
I have tried:
Private Sub Worksheet_Activate()
Sheets ("Cut")
Cells.Select
Selection.EntireRow.Hidden = False
End Sub
But obviously that is not the answer. Any ideas? Thanks in advance for
your assistance.