Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 9
Default How to open worksheet with preset columns displayed?

I have an Excel 2003 spreadsheet with 8 columns, A-H.

I have "frozen" the first two columns, A & B, so that I may scroll
back and forth between columns C-H, while columns A& B remain on the
screen.

For some reason, each time I open the worksheet, columns C-H are all
shifted over one column to the left, so that column C is not visible.
What I see are these three columns like this:

A | B | D

But what I want to see are the first three columns like this:

A | B | C

So each time I open the worksheet I have to manually scroll columns C-
H to reveal column C.

Even if I save the worksheet with column C displayed, and then exit,
the next time I open the worksheet, column C is again shifted over to
the left and not visible.

How may I tell Excel to open the worksheet each time with Column C
visible?

Will in Seattle
a.k.a. "Clueless"

  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 11,501
Default How to open worksheet with preset columns displayed?

Hi,

Try this.
Alt + f11 tp open VB editor
Double click 'This workbook'
Paste this in on the right.

Private Sub Workbook_Open()
Sheets("Sheet1").Range("C1").Select
End Sub

Change the sheet name to your sheet name


Mike

"Clueless in Seattle" wrote:

I have an Excel 2003 spreadsheet with 8 columns, A-H.

I have "frozen" the first two columns, A & B, so that I may scroll
back and forth between columns C-H, while columns A& B remain on the
screen.

For some reason, each time I open the worksheet, columns C-H are all
shifted over one column to the left, so that column C is not visible.
What I see are these three columns like this:

A | B | D

But what I want to see are the first three columns like this:

A | B | C

So each time I open the worksheet I have to manually scroll columns C-
H to reveal column C.

Even if I save the worksheet with column C displayed, and then exit,
the next time I open the worksheet, column C is again shifted over to
the left and not visible.

How may I tell Excel to open the worksheet each time with Column C
visible?

Will in Seattle
a.k.a. "Clueless"


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how files are displayed in the open file window Brett Excel Discussion (Misc queries) 4 February 21st 08 08:51 PM
How do I set which columns are displayed in File:Open? CindyJK Excel Discussion (Misc queries) 0 December 28th 05 11:43 PM
Is there anyway to add more than the preset 265 columns in Excel? CarlaWood Excel Discussion (Misc queries) 6 December 8th 05 10:09 PM
Can I create a new worksheet in excel with preset formating? pertimesco Excel Discussion (Misc queries) 2 March 1st 05 07:32 PM
How to open a workbook with a specific worksheet displayed by defa ThaiNB New Users to Excel 2 January 21st 05 06:11 AM


All times are GMT +1. The time now is 11:22 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"