A
Andrew
Hi,
How can I use a function created in Macros on a Word document? for example:
I insert a mail merge field, which is a number, and this field will be an
input argument of the function:
1234 will input to the function
function changeItToMyNeed(insertfield)
'...my code here
End function
Thanks for any help.
Andrew
How can I use a function created in Macros on a Word document? for example:
I insert a mail merge field, which is a number, and this field will be an
input argument of the function:
1234 will input to the function
function changeItToMyNeed(insertfield)
'...my code here
End function
Thanks for any help.
Andrew