• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Define name in VBA

trprasad78

Member
Hi all, hope doing great.

I like to know how to use define name in vlookup
in below formula = "DMLookup" is the defined name in excel sheet, its a range
But i use like below line, it say not defined in vba
can you help me what changes need to do ?

ActiveCell.Formula = "=iferror(VLOOKUP(B6, dmlookup ,2,FALSE,0)"
 
Back
Top