Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a sheet with the codename P1. Can anyone supply me with the syntax for
selecting/activating the sheet by using the codename? Thanks The Doctor |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Dr.Schwartz,
P1.Select or P1.Activate --- Regards, Norman "Dr.Schwartz" wrote in message ... I have a sheet with the codename P1. Can anyone supply me with the syntax for selecting/activating the sheet by using the codename? Thanks The Doctor |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try something like:
worksheets("P1").activate SoC --- Message posted from http://www.ExcelForum.com/ |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Back on 25 August, Paul responded to the same question:
Sheet1.Select -- Paul B To which you replied: "Dr.Schwartz" wrote in message ... Very simple indeed - thanks Paul "Paul B" wrote: Sheet1.Select -- Paul B -- Regards, Tom Ogilvy "Dr.Schwartz" wrote in message ... I have a sheet with the codename P1. Can anyone supply me with the syntax for selecting/activating the sheet by using the codename? Thanks The Doctor |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
string to codename | Excel Discussion (Misc queries) | |||
Chart property Codename??? | Excel Programming | |||
Using sheet codename problems | Excel Programming | |||
Worksheet codename | Excel Programming | |||
Codename equivalent for Series | Excel Programming |