Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Worksheet position

I would like to specify a condition that makes every worksheet within a
workbook open so that the current month column is displayed as the left hand
column. The problem is that the current month column is not the same column
(ie not all C) across the worksheets. I can wrte a little if statement to
say if column header matches Feb but do not know how to say ...Then position
this column as left column.

Can anyone help?

Thanks,

Tom
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Worksheet position

Application.Goto Reference:=Worksheets("sheet1").Range("F1"), _
Scroll:=True

or look at
ActiveWindow.ScrollColumn = 6
ActiveWindow.ScrollRow = 1

--
Regards,
Tom Ogilvy


"tom1646" wrote in message
...
I would like to specify a condition that makes every worksheet within a
workbook open so that the current month column is displayed as the left

hand
column. The problem is that the current month column is not the same

column
(ie not all C) across the worksheets. I can wrte a little if statement to
say if column header matches Feb but do not know how to say ...Then

position
this column as left column.

Can anyone help?

Thanks,

Tom



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
Add worksheet at end or last position Brent E Excel Discussion (Misc queries) 4 August 18th 08 10:38 PM
Worksheet Tas position fgwiii[_2_] Excel Discussion (Misc queries) 2 April 2nd 08 09:39 PM
Set position into a worksheet using vba Ricardo Mercader Charts and Charting in Excel 2 October 22nd 05 07:09 PM
Worksheet Position Todd Excel Programming 1 December 20th 03 02:35 AM
Worksheet Position Todd Excel Programming 0 December 20th 03 02:19 AM


All times are GMT +1. The time now is 02:07 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"