Help understanding Variables in an IF/VLOOKUP statement
Keri,
In you Vlookup, I assume that your "ClientList" is a named range in a
worksheet.
If this is the case then you need to code it to say
Application.Vlookup(Cells(i,16),Range("ClientList" ),1,False)
Thanks
Steve
|