Forum home » Delegate support and help forum » Microsoft Access VBA Training and help » VBA
VBA
Resolved · Low Priority · Version 2003
For upcoming training course dates see: Pricing & availability
RE: VBA
Hi Hiren
Thanks for your question
You can indeed code vlookups. They are included in the application object's worksheet functions collection. You type the keyword followed by the function's arguments
For example
application.worksheetfunction.vlookup("A1","C1:H5",3,False)
Hope this is useful
Regards
Stephen
Sun 4 Apr 2010: Automatically marked as resolved.
|
