Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I try to enter a formula in a cell using VBA: =VLOOKUP($L2;'Sheet 2'!$A$2:$D$6000;2;FALSE) This fails with a Run-time error '1004' Entering this formula by hand works OK When I remove the reference to 'Sheet 2' it all works OK: =VLOOKUP($L2;$A$2:$D$6000;2;FALSE) It looks like a bug to me (or a feature?) How can I insert this formula refering to another sheet in a cell using VBA? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Fill Formula please | Excel Worksheet Functions | |||
formula fill down | Excel Discussion (Misc queries) | |||
Formula Fill help | Excel Worksheet Functions | |||
Fill Down formula Help Please | Excel Discussion (Misc queries) | |||
Help with formula fill down | Excel Discussion (Misc queries) |