Hi Guys now ive heard using select and case statements can come with some problems however it is the only way i know how and i need to keep this project as simple as possible so other people who don't really know what there doing like me can update the code this is what i have so far please
Select Case True
Case Range("a1") = "One" And Range("a2") = "full"
Rows("56:83").Select
Selection.EntireRow.Hidden = True
Range("A1:j1").Select
Range("A2") = "(Change Form Type)"
Range("A3") = "One"
I know this is probably completely wrong well at least it must be a bit as it doesn't work however hopefully you can see the logic im going for
TIA Dan