Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have several constants EG:-
Public Const Site1 as String = "Bradford" Public Const Site2 as String = "Keighley" Public Const Site3 as String = "Sheffield" ETC Instead of a long "If - ElseIf" is there a way to refer to a constant using a variable EG The variable entering the routine is called "Ctr" short for counter- Its value is 2 The code below obviously does not work- Range("A1") = "Site" & Ctr Is there a way to write the above line of code that works please! Many thanks if you can help |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Constants | Excel Programming | |||
xl constants | Excel Programming | |||
not sure on constants | Excel Programming | |||
constants | Excel Discussion (Misc queries) |