G Greg Glynn Oct 12, 2006 #1 Gentlefolk, Can I use R1C1 or CELLS() to hide columns by NUMBER rather than by letter? Greg
D Dave Peterson Oct 12, 2006 #2 with activesheet .cells(3,6).entirecolumn.hidden = true 'or .columns(6).hidden = true end with
G Greg Glynn Oct 12, 2006 #3 Thanks Dave ... Perfect. Greg Dave said: with activesheet .cells(3,6).entirecolumn.hidden = true 'or .columns(6).hidden = true end with Click to expand...
Thanks Dave ... Perfect. Greg Dave said: with activesheet .cells(3,6).entirecolumn.hidden = true 'or .columns(6).hidden = true end with Click to expand...