How do you run a function in Outlook?

T

topdesk123

I have copied a funtion into VB for parsing data, but I have no idea how to
actually use/run it.

Thank you in advance!
 
K

Ken Slovak - [MVP - Outlook]

What VB? Is this Outlook VBA code?

A function is called from some other place in your code. If the function
call takes arguments then it's your responsibility to provide the data the
function requires when you call it.

That's about all anyone can say with the information provided.
 
Top