I need to specify 3 columns to hide specified as col i thru i + 2.

columns(___).select
selection.entirecolumn.hidden = true
this doesnt work - gives me a error on the selection line (unable to set the hidden property of the range class).

Hate to bother you guys with this simple of a problem!