Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks to Chip Pearson for supplying the following formula
But can somebody explain it to me !! There are a couple of functions that are new to me. Just as a refresher, I am trying to hide the 2nd last column of a spreadsheet, and that column is a different column number each month.....but always the 2nd last. Range(Range("A1"), Cells(1, Columns.Count).End(xlToLeft) (1, 0)) _ .EntireColumn.Hidden = True Regards Michael |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hiding Columns | Excel Discussion (Misc queries) | |||
macro and deleting or hiding columns | Excel Discussion (Misc queries) | |||
Hiding columns without usimg a macro | Excel Worksheet Functions | |||
Hiding Columns | Excel Programming | |||
Hiding columns in VB | Excel Programming |