Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
If you press CTRL+End the cursor goes to the last cell in the worksheet. You can also find the same cell in VBA using SpecialCells(xlCellTypeLastCell) When you delete contents of cells or whole rows/columns, the address of the last cell doesn't change immediately, but it will recalculate it automatically - eventually. My question is, how can I speed up this recalculation process, or cause it to re-find the real last cell right away? And is there a method I can use in VBA and directly in the spreadsheet? By the way, this applies to Excel 2000 and 2002, maybe others as well. Thanks in advance for your help! S |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Code to copy the formulae of one cell to all the cell in the rangewith the specific cell and columnnumber changing Options | Excel Discussion (Misc queries) | |||
Code to copy the formulae of one cell to all the cell in the rangewith the specific cell and columnnumber changing | Excel Discussion (Misc queries) | |||
Populate a cell if values in cell 1 and cell 2 match cell 3 and 4 | Excel Worksheet Functions | |||
How to create/run "cell A equals Cell B put Cell C info in Cell D | Excel Discussion (Misc queries) | |||
Question: Cell formula or macro to write result of one cell to another cell | Excel Programming |