Hi everyone,
I need a VLookup in my VBA code, but neither
Neither of them appears in the Applications list, I get a "Method or data member not found" message, and the help files contains no related entries.
What am I missing?
What I'm trying to do is the following:
in a form, the user chooses an Excel file 1 containing product costs.
VBA creates an Excel file 2 with all products and opens the selected file 1.
Now I want for every product in 2 to look up the cost from 1.
I also tried a Macro, but it is not working with the VBA reference of 1.
Does anyone have an idea?
Saludos,
moori
I need a VLookup in my VBA code, but neither
norApplication.Vlookup
works.Application.WorksheetFunction.Vlookup
Neither of them appears in the Applications list, I get a "Method or data member not found" message, and the help files contains no related entries.
What am I missing?
What I'm trying to do is the following:
in a form, the user chooses an Excel file 1 containing product costs.
VBA creates an Excel file 2 with all products and opens the selected file 1.
Now I want for every product in 2 to look up the cost from 1.
I also tried a Macro, but it is not working with the VBA reference of 1.
Does anyone have an idea?
Saludos,
moori