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?
 
Top