Oliver has attended:
Excel VBA Intro Intermediate course
Excel VBA Advanced course
Vlookup between Objects
How is it possible to create a vlookup from one Object referring to another? (both are created from class modules)
RE: Vlookup between Objects
Hi Oliver. What sort of objects are you trying to use for the vLookup? If they contain data values you could load those values into an array and perform a vLookup programmatically.
Hope this helps,
Anthony