Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Joeski.
Sheets(1).Select Should be: Worksheets(1).Select --- Regards, Norman |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
change sheet position right to left | Excel Discussion (Misc queries) | |||
how do I deduct furthest south cell from furthest north cell? | Excel Discussion (Misc queries) | |||
Setting left position works in XL 2k and 2002 but.. | Excel Programming | |||
Text Box 'Left' position problems... | Excel Programming | |||
Move Cell to Top/Left Position on Screen | Excel Programming |