Here's the macro I've been using if that is anyhelp. This is my first experience of VBA so I've kind of been thrown in at the deep end.
Public Sub IFReplaceArrays()
Const arraySize As Integer = 25
Dim oldRef(0 To arraySize) As String
oldRef(0) = "IF *"
oldRef(1) = "[ ][/>]"...
Hi everyone. I'm hoping you can help me.
I've got a word document template with IF statements and MergeFields. Our templates have IF statements in the format
{ IF { MERGEFIELD Contact_Ref } = 6825508 "True" "False" }
However, for some reason its been decided that all our templates must now...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.