Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / October 2006

Tip: Looking for answers? Try searching our database.

go to last filled cell in a column shortcut

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
inthestands - 30 Oct 2006 19:45 GMT
I have different size files that have data on every other row.  I need to
locate the last row that has data in it. I would like to start at the top
(B1) of column B and be able to use a shortcut or macro to immeadiately go to
the last cell that has data in column B.  any ideas?

Thanks in advance
Signature

inthestands

Sune Fibaek - 30 Oct 2006 21:44 GMT
>    I have different size files that have data on every other row.  I need to
> locate the last row that has data in it. I would like to start at the top
> (B1) of column B and be able to use a shortcut or macro to immeadiately go to
> the last cell that has data in column B.  any ideas?

Ctrl + end seems to do the trick (at least in my Danish Excel).

/Sune
Gord Dibben - 30 Oct 2006 21:50 GMT
Sub findbottom()
   ActiveSheet.Cells(Rows.Count, 2).End(xlUp).Select
End Sub

Gord Dibben  MS Excel MVP

>   I have different size files that have data on every other row.  I need to
>locate the last row that has data in it. I would like to start at the top
>(B1) of column B and be able to use a shortcut or macro to immeadiately go to
>the last cell that has data in column B.  any ideas?
>
>Thanks in advance
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.