Hi, I have a formula that works when i manually put it into excel... =IF(AND(ISTEXT($A12),ISERROR(MATCH($A12,$C:$C,0))),$A12,"") However when I try to use vba to put it into cell E12 I get compile error 1004 this is giving me a headache so I thought I would ask here... I'm not sure if this would copy the formula down all the way to the end of the loop and change the values like it would if you pressed ctrl + d in excel, if someone could help me out i would appreciate it. Here is my code
![]()
Please Login or Register to view this content.
Bookmarks