View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
2007-User 2007-User is offline
external usenet poster
 
Posts: 35
Default Hide/Unhide Rows or Columns

Thanks Guys.


"Bob Phillips" wrote in message
...
Rows/Columns yes, range no

rows("1:10").hidden=true

columns("D:H").hidden = true

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"2007-User" wrote in message
...
Hi,

How can I Hide/Unhide rows/columns or a ranges?

Thanks in advance.