Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations KootK on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

default page location

Status
Not open for further replies.

HgTX

Civil/Environmental
Aug 3, 2004
3,722
Not exactly an engineering question, but is there any way to set a view of a spreadsheet so that when it opens it's scrolled to the right, not to the left?

I'm using someone else's sheet and there's some useless stuff on the left and some useful stuff to the right and either I have to scroll over every time I open it, or else zoom out (it'll remember the zoom level next time but then I'm looking at smaller numbers).

Hg

Eng-Tips policies: faq731-376
 
Replies continue below

Recommended for you

If they are useless, you can highlight the column, right click and then hide the useless columns.
 
Try scrolling to where you want to be, then doing a 'save as' using a new file name. If you need to keep the existing file name just insert a space into an empty cell, then save the file. When you open the saved file you should be scrolled to where it was when you saved it

Good Luck
johnwm
________________________________________________________
To get the best from these forums read faq731-376 before posting

Steam Engine enthusiasts:
 
Place this in VBA Module 1 (edit to your workbook name, spreadsheet name, cell location.
===============================

Sub Auto_Open()

Workbooks("your spreadsheet name.xls").Worksheets("the sheet you want to see").Activate
Range("cell where you want the cursor").Select

End Sub
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor