Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I have a workbook with many worksheets which are not in order. So I can't use worksheets(a). Ex: If a=2 then I want to use Sheet2, not the second sheet. -- stefantem ------------------------------------------------------------------------ stefantem's Profile: http://www.excelforum.com/member.php...o&userid=13594 View this thread: http://www.excelforum.com/showthread...hreadid=267156 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() So, what is your problem ? You have 2 ways to reference a sheet : 1. using indexing in a worksheets object collection : worksheets(a) where a is an integer. 2. using naming worksheets("sheet_name") There's nothing you can do more. : -- sarast ----------------------------------------------------------------------- sarasta's Profile: http://www.excelforum.com/member.php...fo&userid=1095 View this thread: http://www.excelforum.com/showthread.php?threadid=26715 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cannot access all parts of worksheet | Excel Discussion (Misc queries) | |||
access password to worksheet | Excel Worksheet Functions | |||
Access control on a worksheet - help! | Excel Programming | |||
Access to Worksheet in AddIn.xla | Excel Programming | |||
Password to access a worksheet | Excel Programming |