Thread
:
hide columns by column number
View Single Post
#
1
Posted to microsoft.public.excel.programming
Gary Keramidas
external usenet poster
Posts: 2,494
hide columns by column number
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
--
Gary
Reply With Quote
Gary Keramidas
View Public Profile
Find all posts by Gary Keramidas