Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, I am trying to get a series of columns hidden but when I do this, it
selects the columns H to O as H1-O1 are merged together as a cell. I can't seem to set the rngMulti.Hidden property either. Any help would be hot!! Sub Test() Dim rng1 As Range, rng2 As Range, rngMulti As Range Worksheets("Sheet 1").Activate Set rng1 = Range("H:I") Set rng2 = Range("K:L") Set rngMulti = Union(rng1 , rng2) rngMulti.Select End Sub Thanks Melvin |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hiding data in a range of cells | New Users to Excel | |||
autofilter is hiding cells outisde of the range I am trying to fil | Excel Discussion (Misc queries) | |||
How can I hide a range of columns without hiding charts there? | Charts and Charting in Excel | |||
Hiding a range prints blank space | Excel Programming | |||
Hiding Blank lines in named range | Excel Programming |