98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Excel VBA Training and help » VBA - vlookups
VBA - vlookups
Resolved · Medium Priority · Version 2007
Varuni has attended:
Excel VBA Intro Intermediate course
VBA - vlookups
Can you use vlookups within VBA - at the moment i dont use VBA, just use combinations of vlookup etc in excel to get what i want.
RE: VBA - vlookups
Hi Varuni,
Thank you for your question.
The Vlookup worksheet function is available under the WorksheetFunction object in VBA.
You can use most built-in worksheet functions in a macro by calling the function as a method of the Application object or the WorksheetFunction object. So if you are trying to create a Vlookup then type:
worksheetfunction.vlookup(then the arguments)
I hope this answers your question.
Regards
Simon
RE: VBA - vlookups
Hi Varuni,
Thank you for your question. Your question about using Vlookups in VBA.
I replied to you early April with the following text:
---------------------------------------------------------------------
Hi Varuni,
Thank you for your question.
The Vlookup worksheet function is available under the WorksheetFunction object in VBA.
You can use most built-in worksheet functions in a macro by calling the function as a method of the Application object or the WorksheetFunction object. So if you are trying to create a Vlookup then type:
worksheetfunction.vlookup(then the arguments)
I hope this answers your question.
Regards
Simon
-----------------------------------------------------------------------
Can I confirm whether this response has answered your question?
Regards
Simon
Tue 21 Apr 2009: Automatically marked as resolved.
Training information:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Excel tip:Shortcut fill a cell with contents from adjacent cellsUse Control + D to fill a cell with the data from an adjacent cell. This speeds up data entry and is a cool tip to share! |