Hidding Columns with R1C1

  • Thread starter Thread starter Greg Glynn
  • Start date Start date
G

Greg Glynn

Gentlefolk,

Can I use R1C1 or CELLS() to hide columns by NUMBER rather than by
letter?

Greg
 
with activesheet
.cells(3,6).entirecolumn.hidden = true
'or
.columns(6).hidden = true
end with
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top