About
Pricing
Community
Teams
Start Free Trial
Log in
NewBieSteffie
asked on
12/20/2017
how to make VlookUp on VBA excel?
Hello Experts!
I am new to VBA and still exploring.
I want to make a macro in which if the user will click a button it will let the user to input all the attributes for VlookUp and then the macro will search the VLookUp value and paste it to the active cell.
Thank you in advance!
VBA
Microsoft Excel
Microsoft Office
4
1
Last Comment
Subodh Tiwari (Neeraj)
8/22/2022 - Mon
Ryan Chong
12/20/2017
how to make VlookUp on VBA excel?
try use:
Application.WorksheetFunction.VLookup
Select all
Open in new window
ASKER CERTIFIED SOLUTION
Subodh Tiwari (Neeraj)
12/21/2017
THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
NewBieSteffie
12/21/2017
ASKER
Thank you for this.
It worked!!!
Subodh Tiwari (Neeraj)
12/21/2017
You're welcome!
Your help has saved me hundreds of hours of internet surfing.
fblack61
Open in new window