Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to set variables so I can use them in the following way:
A = James B = Ron C = Tony Range("M33").Select If Range("AB22").Value = "N" Then ActiveCell = "A" Else: ActiveCell = "Alternate" End If What syntax to I use to make this run in VBA? -- Message posted via http://www.officekb.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Setting Multiple Variables with a loop | Excel Discussion (Misc queries) | |||
Setting a Range depending on variables | Excel Programming | |||
Setting several variables at the same time | Excel Programming | |||
Setting variables to Nothing | Excel Programming | |||
Setting a print range using variables | Excel Programming |