Home |
Search |
Today's Posts |
#10
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Did it apologize for failing.
Guess I've forgotten this a bit what was and what no longer is -- use of last rows, protected cells, hidden rows/columns, merged cells "jagdish.eashwar" wrote I tried the MakeLastCell macro, but that didn't work either. I think I'll take a break and then take up the task of recreating my workbook. Thank you very much for your time. If I stumble upon an easy solution, I'll get back to you. "David McRitchie" wrote: If you want to make a specific cell the last cell on one worksheet, try the MakeLastCell macro on http://www.mvps.org/dmcritchie/excel...m#MakeLastCell but I would suggest that you unhide all rows first or you would probably be deleting unseen data, as the purpose is to make a specific cell the last cell. It will not expand the used area. Don't know if you would be hit by this in some cases or not. The .SpecialCells(xlCellTypeBlanks) VBA function does not work as expected in Excel http://support.microsoft.com/?kbid=832293 if you select more than 8,192 non-contiguous cells [areas] with your macro. Excel only supports a maximum of 8,192 non-contiguous cells through VBA macros. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
why a reference to an empty cell is not considered empty | Excel Discussion (Misc queries) | |||
Adding a row to worksheet does not update cell references in another. | Excel Worksheet Functions | |||
Instead of a negative number, I'd like to show zero... | Excel Worksheet Functions | |||
Cell color based upon cell value | Excel Discussion (Misc queries) | |||
cell color index comparison | New Users to Excel |