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!
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
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 |
|||
|
|