Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ron,
How could I assign your wonderful formula you advised before [=OR(A2={"ERP","PM","HPW","OJT","SBR"","LD","CFT"})] to the FormulaR1C1? I'm trying different ways but nothing is working. 'A = Array("ERP", "PM", "HPW", "OJT", "SBR", "LD", "CFT") strERP = "ERP" strPM = "PM" strHPW = "HPW" strOJT = "OJT" strSBR = "SBR" strLD = "LD" strCFT = "CFT" .FormulaR1C1 = "=OR(RC[-11]={strERP,strPM,strHPW,strOJT,strSBR,strLD,strCFT}) " ' "=OR(RC[-11]=A)" Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|