Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by darkojones

  1. darkojones

    Find and Replace Problem. Is this possible?

    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) = "[ ][/>]"...
  2. darkojones

    Find and Replace Problem. Is this possible?

    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...

Part and Inventory Search

Back
Top