How do you run a function in Outlook?

  • Thread starter Thread starter topdesk123
  • Start date Start date
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!
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top