Mailmerge and self defined function

R

Rob van Valkenburg

I want to do a WORD mailmerge linked to a Excel database.
Also I want to make a self defined function in Vba-editor module:

A simple example:
Function test (number1, number2)
test = number1 * number2
End Function

(number1 and number2 refer to fields in the Excel database)

How to make this function work in the document?
 

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

Top