View Single Post
 
Old 08-01-2021, 08:37 PM
Javi78503 Javi78503 is offline Windows 10 Office 2019
Novice
 
Join Date: Jul 2021
Posts: 14
Javi78503 is on a distinguished road
Default Possible Solution?

So i've been going over this problem now for a day and some and I think i've been going about this the wrong way.

Would it be easier to do something like:
Code:
If Me.PNBox.Value <> "Person Name" Then
ActiveDocument.Range.InsertParagraphAfter
ActiveDocument.Range.InsertAfter Me.PNBox.Value & ", " & Me.DABox.Value & ", " & Me.TABox.Value
End If
Would that insert those fields at the bottom of the exitsting page? and if so I could just do that for each field I want to add

Last edited by Javi78503; 08-01-2021 at 11:22 PM.
Reply With Quote