![]() |
![]() |
|
|||||||
| 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: Feb 2002
Posts: 8
|
I have had this problems a few times now.
If you go to a long way down the sheet and type in a cell, then excel thinks that this is where the sheet ends (in terms of the scroll bar). I also think that this means the spreadsheet gets very large. Is there anyway to "reset" the end of sheet? Thanks Duncan |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Bogota, Colombia
Posts: 11,927
|
Make sure you eliminate that cell. Deleting the contents won't do. Then, you have some choices, one, the fastest, save the file. The other one, in VB Editor, in the Inmediate Pane, type
Code:
ActiveSheet.UsedRange |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|