How to merge/join/append/concatenate PDF files with WebSuperGoo ABCpdf Approach 1: Public Sub DoPDFAppend() If SummaryFileName = "" Then Exit Sub On Error GoTo ReportErrorHandler '--------------------------... ' PDF $ Append OneFile_Bookmark_ByAccount_... '--------------------------... Dim ii As Integer Dim totalFileCount As Integer totalFileCount = UBound(PDFFileArray) + 1 For ii = 0 To UBound(PDFFileArray) Dim thisFileNumber As Integer thisFileNumber...