Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Morning Guys,
The script below hides selected columns however columns AV:BE are hiding but they are also including column AU and BF. Columns AU and BF are not supposed to hide. Please see below. If Range("B44") = Range("BD15") Then Range("E:L,N:W, AB:AD,AK:AR,AV:BE").Select Selection.EntireColumn.Hidden = True Range("A45").Value = "After Hours Working" Else Would there be a problems in the script above? Cheers |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Showing totals from two columns | Excel Discussion (Misc queries) | |||
macro ...if command, I suppose... | Excel Discussion (Misc queries) | |||
macro ...if command, I suppose... | Excel Programming | |||
macro ...if command, I suppose... | Excel Worksheet Functions | |||
Showing and hiding columns | Excel Programming |