PDA

View Full Version : Outlook 2013>VBA>Match Function



aworthey
08-01-2016, 09:56 AM
Hello,

Would anyone know if it's possible to use Match function within an Outlook macro? I seem to be having trouble with calling it.

Here's my approach:


mtchMODEL = Outlook.Application.Match(emlARRAY, mdlARRAY1, 1).Value

gmayor
08-01-2016, 09:17 PM
You will have trouble calling it as it is not a function associated with the Outlook application.

aworthey
08-02-2016, 06:22 AM
Thanks for the info, gmayor. It's a shame that Outlook doesn't have the same functionality code-wise.