![]() |
spreadsheet commands in macro
I want to use Vlookup in a macro. Is that possible?
Thanks, Glen |
spreadsheet commands in macro
Glen,
Yes, you can use worksheet functions in VBA code. You access them via Application.WorksheetFunction. E.g. Res = Application.WorksheetFunction.VLookUp(....) -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Glen Mettler" wrote in message ... I want to use Vlookup in a macro. Is that possible? Thanks, Glen |
spreadsheet commands in macro
Hi
application.worksheetfunction.vlookup(...) -- Regards Frank Kabel Frankfurt, Germany Glen Mettler wrote: I want to use Vlookup in a macro. Is that possible? Thanks, Glen |
All times are GMT +1. The time now is 07:41 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com