![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Posts: 24
|
When I click “CTRL” “END” I want to go to the last row of data of the worksheet not the last row of blank cells on the bottom of worksheet. I do a lot of data editing and delete data at the end of the worksheets so I guess the blank cells are not really empty cells. How do I make Excel recognize delete cells as empty cells so I can use “CTRL” “END” to go to the last row of data?
|
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Bogota, Colombia
Posts: 11,927
|
To reset the last used cell in a worksheet you need to do one of the following:
* Save * Use 'ActiveSheet.UsedRange' in the Inmediate window of VB * Make sure that you don't just "clear" the contents of cells, rows and columns, but delete them. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|