Im trying to find out why this is not working, and google is not having a good day.
i have a simple vba code, without any complications, and i"m just wondering what I'm missing.
Im in cell "O2" and i just cannot get this up and running......if anyone knows why i would really appreciate it.
Range("O2") = Application.WorksheetFunction.VLookup(N2,'month-year look list'!A:B,2,false)
i have a simple vba code, without any complications, and i"m just wondering what I'm missing.
Im in cell "O2" and i just cannot get this up and running......if anyone knows why i would really appreciate it.
Range("O2") = Application.WorksheetFunction.VLookup(N2,'month-year look list'!A:B,2,false)