Hello,
i try to use invoke code its showing an error please go through belowe code and error screenshot
Invoke code:
If pdfOut.Contains(“AFPOIBD”) Then
docTitle “AFPOIBD”
Else
If pdfOut.Contains(“AOEBP”) Then
docTitle “AOEBP”
Else
If pdfOut.Contains(“CAFIR”) Then
docTitle “CAFIR”
Else
If pdfOut.Contains(“AFOR”) Then
docTitle “DAFOR”
End If
End If
End If
end if
Error Screenshot:
Thanks in advance :)