Thread
: [Solved]
Adding a Field to Word Document
View Single Post
03-30-2018, 05:37 AM
macropod
Windows 7 64bit
Office 2010 32bit
Administrator
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,374
You're passing a variable named 'sFl' in:
.Fields.Add .Range, wdFieldEmpty, sFl, 1
but no such variable exists anywhere else in the code you've posted.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
macropod
View Public Profile
Find all posts by macropod