Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Select worksheet tab at furthest left position

Hi all

I need a VBA routine to select the worksheetm located at the furthest left
position in a workbook. I'd just select "Sheet1" except it may not be in the
far left location and I don't want to refer to any tab name.

Thanks in advance.
--
joeski
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default Select worksheet tab at furthest left position

Hi Joeski,

Try:

Sheets(1).Select

---
Regards,
Norman


"joeski" wrote in message
...
Hi all

I need a VBA routine to select the worksheetm located at the furthest left
position in a workbook. I'd just select "Sheet1" except it may not be in
the
far left location and I don't want to refer to any tab name.

Thanks in advance.
--
joeski



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default Select worksheet tab at furthest left position

Hi Joeski.

Sheets(1).Select


Should be:

Worksheets(1).Select

---
Regards,
Norman


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 53
Default Select worksheet tab at furthest left position

I am trying to link to data from the 'furthest left position' to a totals
worksheet. The formula for the cell in the totals worksheet works with
='200608'!B81
but not with
=Worksheets(1)!B39
I don't want a named worksheet, just whichever is in 'furthest left position'
The Worksheet(1)!select works in code, but any ideas on referencing the
worksheet in a formula?
judy




"Norman Jones" wrote:

Hi Joeski.

Sheets(1).Select


Should be:

Worksheets(1).Select

---
Regards,
Norman



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
change sheet position right to left Aicha Excel Discussion (Misc queries) 4 July 22nd 07 10:04 AM
how do I deduct furthest south cell from furthest north cell? Ollie Excel Discussion (Misc queries) 3 September 29th 06 05:43 PM
Setting left position works in XL 2k and 2002 but.. Peter Ostermann[_3_] Excel Programming 5 May 19th 06 02:41 AM
Text Box 'Left' position problems... Trevor Williams Excel Programming 1 November 4th 04 06:12 PM
Move Cell to Top/Left Position on Screen Phil Hageman[_3_] Excel Programming 4 January 10th 04 07:24 PM


All times are GMT +1. The time now is 10:04 AM.

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"