Lotus used to have two icons, one that took you to the first cell of the
sheet and the second that took you to the last used cell of the sheet. ARe
there icons in excel for this?
Nick Hodge - 08 Jul 2006 16:54 GMT
Marty
No Icon, but Ctrl+Home, Ctrl+End is the same thing

Signature
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
www.nickhodge.co.uk
nick_hodgeTAKETHISOUT@zen.co.uk.ANDTHIS
> Lotus used to have two icons, one that took you to the first cell of the
> sheet and the second that took you to the last used cell of the sheet.
> ARe
> there icons in excel for this?
SteveW - 08 Jul 2006 16:59 GMT
> Lotus used to have two icons, one that took you to the first cell of the
> sheet and the second that took you to the last used cell of the sheet.
> ARe
> there icons in excel for this?
No, but Ctrl+Home and Ctrl+End work for me - though this isn't always the
default setting (iirc)

Signature
Steve (3)
Gord Dibben - 08 Jul 2006 17:17 GMT
No buttons.
CTRL + Home will take you to A1.
CTRL + End will take you to last cell in used range.
Be aware that Excel has a habit of over-estimating the used range, so CTRL + End
can take you to some pretty strange places.
Gord Dibben MS Excel MVP
>Lotus used to have two icons, one that took you to the first cell of the
>sheet and the second that took you to the last used cell of the sheet. ARe
>there icons in excel for this?
Debra Dalgleish - 08 Jul 2006 17:23 GMT
And if Window>Freeze Panes is turned on, Ctrl+Home will activate the
first cell in the non-frozen part of the window.
> No buttons.
>
[quoted text clipped - 10 lines]
>>sheet and the second that took you to the last used cell of the sheet. ARe
>>there icons in excel for this?

Signature
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html
SteveW - 08 Jul 2006 17:39 GMT
Neat little function I picked up (probably here)
Sub Set_Sheet_Size()
ActiveSheet.UsedRange
End Sub
Useful after you have redued the working size of the sheet, deleted
unwanted columns etc etc
click on the *real last cell* and run the function
Steve
> No buttons.
>
[quoted text clipped - 16 lines]
>> ARe
>> there icons in excel for this?

Signature
Steve (3)