Is there anyway that I can find the source code of the function VLOOKUP in excel(VBA) so I can modify it? Google does not give me any help. Thanks!
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Excel/VBA is not open source so the source code of a particular function is not available.
You could write your own UDF (user-defined function) in VBA to produce your modified version.
There’s also a more flexible (non-VBA) version of VLOOKUP/HLOOKUP at http://www.cpearson.com/Excel/FlexLookup.aspx