I have a vlookup function (VBA) used to find an email address in excel which is then used to automatically populate the to field in an email.
This has worked fine all year but i have had to add a few more contacts recently, now for some reason i can't fathom i'm getting the 'Run-time error 1004 - Unable to get the VLookup property of the worksheet function class'. Interestingly the formula/range is the same for the 'To' (emailcil) and 'CC' (emailscc) email addresses and the error only comes up for the 'CC' Lookup.
So to clarify a bit the code bugs out on the emailscc line but the emailcil line is fine. I've checked the value in the variable 'Projup', it is correct and can be found in column A where the cells are formatted as 'General'.
Re: Vlookup function suddenly stopped working!!!!!
Ok, thanks for the suggestion, i'm getting a #N/A....still not sure why but I think this will help me solve the problem. I'll have a play and if unsuccesfull I will strip out all sensitive information and post more code etc up here.
Is there any standard reason that i would be getting #N/A..i'm a fairly experienced excel user and am positive the code/formula is right.... Ah, i've just tried copying and pasting the lookup value from column A directly into another cell and referencing that in the formula and it works! Both cells formatted the same and the value is exactly the same as far as i can see...will keep you updated.
Bookmarks