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 / New Users / October 2006

Tip: Looking for answers? Try searching our database.

make exel open at the bottom of the worksheet

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Roger S - 30 Oct 2006 16:08 GMT
I have a problem. Every time I open  a worksheet excel it starts me off at
A86. I need to know how I can make it open and start me off in the first
empty colum
Don Guillett - 30 Oct 2006 16:21 GMT
Assuming you want to search row 1, right click sheet tab>view
code>copy/paste this>SAVE
now each time you activate the sheet it will open at the next empty column
in row 1

Private Sub Worksheet_Activate()
Cells(1, columns.Count).End(xlToLeft).Offset(, 1).Select
End Sub

Signature

Don Guillett
SalesAid Software
dguillett1@austin.rr.com

>I have a problem. Every time I open  a worksheet excel it starts me off at
> A86. I need to know how I can make it open and start me off in the first
> empty colum
 
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.