View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
xkarenxxxx
 
Posts: n/a
Default Hiding/Unhiding Columns

I'm not getting this to work. I want to hide any columns in the range of F
to S if the value in row 38 of the column is zero. This can change from zero
when the value in cell B5 is changed

"Ardus Petus" wrote:

Columns(8) is column H
You could also type: Columns("H") for better readability (but poor
performance)

HTH
--
AP

"xkarenxxxx" a écrit dans le message
de news: ...
Can you tell me what the significance of the (8) is, so I can understand
what
the code is doing?