J
jlclyde
Sheets("Layouts").Columns("A:IV").EntireColumn.Hidden = True
Sheets("Layouts").Columns(Range("C38:IV38").Find(Sheet1.Range("F4")).
_
Offset(1, 0).Value).EntireColumn.Hidden = False
Here is my code and I am trying to hide all of the columns except a
few. The few are assigned by looking up the value from
Sheet1.Range("F4") and looking them up on
Sheets("Layouts").Columns(range("C38:IV38") What is wrong with my
code?
Thanks,
Jay
Sheets("Layouts").Columns(Range("C38:IV38").Find(Sheet1.Range("F4")).
_
Offset(1, 0).Value).EntireColumn.Hidden = False
Here is my code and I am trying to hide all of the columns except a
few. The few are assigned by looking up the value from
Sheet1.Range("F4") and looking them up on
Sheets("Layouts").Columns(range("C38:IV38") What is wrong with my
code?
Thanks,
Jay