Hi all,
I am looking to add another 2 sheets to the following code but cant seem to get it working
the 2 sheets are "Set1" and "Set2"
The code works to hide 213:322 when clicked and unhides if clicked again
Many thanks for any help
Sub Picture2_Click()
Sheets("Parts Requisition").Unprotect Password:="nh8911"
Rows("213:322").Hidden = Not Rows("213:322").Hidden
Sheets("Parts Requisition").Protect Password:="nh8911"
End Sub
I am looking to add another 2 sheets to the following code but cant seem to get it working
the 2 sheets are "Set1" and "Set2"
The code works to hide 213:322 when clicked and unhides if clicked again
Many thanks for any help
Sub Picture2_Click()
Sheets("Parts Requisition").Unprotect Password:="nh8911"
Rows("213:322").Hidden = Not Rows("213:322").Hidden
Sheets("Parts Requisition").Protect Password:="nh8911"
End Sub