Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the following line which inserts a vlookup formula into a cell,
drops down to the next cell does the same in a loop.... ActiveCell.Formula = "=VLOOKUP(RC[-1],Delivery!B:D,2,false)" However, all I get is a #NAME? error, but if I click on the cell to edit it and hit return the formula magically works! How do I get the formula to work without having to go into every cell once I've run my macro? Also, if I type the vlookup into another cell =vlookup(A2,Delivery!B:D,2,false) and go between the cells the formula is EXACTLY the same, yet one (the manually entered one) works and the other (entered by macro) doesn't until I've entered it and hit return...... I'm stumped. Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to fix a formula, so when a row is inserted it doesn't cha | Excel Discussion (Misc queries) | |||
Repeat formula with inserted row | Excel Worksheet Functions | |||
How to fix a formula, so when a row is inserted it doesn't cha | Excel Discussion (Misc queries) | |||
How do I continue a formula in an inserted row? | Excel Discussion (Misc queries) | |||
VLookup problem when a new row has been inserted | Excel Programming |