G
googley
I have two worksheets Estimate Job Information and Proposal.
When I have a drop down menu yes /no cell in Estimate job Information F103.
When the cell is changed to "NO" Hide Rows 78:81 in worksheet Proposal.
I've tried:
IF Range ("'Estimate Job Information'!$F$103")="YES" Then
Rows ("'Proposal'!78:81").Select
Selection.EntireRow.Hidden=True
End if
End Sub
I pasted this in the Thisworkbook (General) Worksheet_Change Module
I get nothing!VBA newbie!
When I have a drop down menu yes /no cell in Estimate job Information F103.
When the cell is changed to "NO" Hide Rows 78:81 in worksheet Proposal.
I've tried:
IF Range ("'Estimate Job Information'!$F$103")="YES" Then
Rows ("'Proposal'!78:81").Select
Selection.EntireRow.Hidden=True
End if
End Sub
I pasted this in the Thisworkbook (General) Worksheet_Change Module
I get nothing!VBA newbie!