figured i'd start a new thread
how do i hide a range of columns using column numbers?
something like:
columns(7,10).hidden = true
rows work like this, why not columns
rows("1:2").select

Signature
Gary
Gary Keramidas - 14 Dec 2006 05:25 GMT
i found a way
Range(Columns(firstCol), Columns(endCol)).Hidden = False

Signature
Gary
> figured i'd start a new thread
>
[quoted text clipped - 5 lines]
> rows work like this, why not columns
> rows("1:2").select