O
Office_Novice
I have been stuck on this for awhile. I have a form that that has a routing
slip, what happens is when a user completes the form, it adds the application
user name as the footer, and then it is emailed using the routing slip. When
the recipient opens the form the footer becomes the recipients Application
username. I would really like the initial user’s application user name to
remain the footer any ideas? Here is what i have been working with...
Sub Footer()
Dim myRange As Range
Set myRange = ActiveDocument.Sections(1).Footers(1).Range
myRange.Fields.Add Range:=myRange, Type:=60
End Sub
slip, what happens is when a user completes the form, it adds the application
user name as the footer, and then it is emailed using the routing slip. When
the recipient opens the form the footer becomes the recipients Application
username. I would really like the initial user’s application user name to
remain the footer any ideas? Here is what i have been working with...
Sub Footer()
Dim myRange As Range
Set myRange = ActiveDocument.Sections(1).Footers(1).Range
myRange.Fields.Add Range:=myRange, Type:=60
End Sub