Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Gary,
Place this code in the ThisWorkbook module and change "MySheet" to the sheet you wish to hide columns on. Ben Private Sub Workbook_Open() Sheets("MySheet").Columns("P:AB").EntireColumn.Hid den = _ (Sheets("Start").Range("U4").Value = "OFF") End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
hide row based on cell value | Excel Worksheet Functions | |||
Hide row based on cell value | Excel Worksheet Functions | |||
Hide Next row based on Cell Value | Excel Programming | |||
Is there a way to HIDE a row based on a value of a cell ? | Excel Discussion (Misc queries) | |||
Hide Row Based on cell value | Excel Programming |