View Single Post
 
Old 10-17-2021, 04:05 PM
Guessed's Avatar
Guessed Guessed is offline Windows 10 Office 2016
Expert
 
Join Date: Mar 2010
Location: Canberra/Melbourne Australia
Posts: 4,161
Guessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant future
Default

This is an interesting conundrum on something I haven't ever explored in Word.
I found a clue on ExcelForum by a user called marvinparanoidandroid which greatly helps. Unfortunately you will likely be required to create a free account there to see his answer.
Can you try this code on your document?
Code:
With ActiveDocument.Signatures
    .Subset = msoSignatureSubsetSignatureLinesUnsigned
    If .Count > 0 Then      'at least one unsigned signature in doc
      .Item(1).Sign
    End If
End With
__________________
Andrew Lockton
Chrysalis Design, Melbourne Australia
Reply With Quote