Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I don't know why, but the compiler is protesting the second to last line and
I don't know why. What have I missed? Thanks For i = maxrows To 2 Step -1 FormulaStr = "=IF(ISNA(VLOOKUP(cells(i,1),[NegsExceptions.xls]Sheet1!$A$1:$C$18,1,FALSE)),""x"",VLOOKUP(cells(i, 1),[NegsExceptions.xls]Sheet1!$A$1:$C$18,1,FALSE))" Range(Cells(i, 5)).Formula = FormulaStr Next i |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
vlookup failure & ctrl-f failure? | Excel Discussion (Misc queries) | |||
autofill range class failure | Excel Programming | |||
how to compute a range of cells based on another range of cells? | Excel Worksheet Functions | |||
Range object global failure | Excel Programming | |||
Select method of Range class failure | Excel Programming |