@aaronc wrote:
The bug:
I also created some VBA code in access to merge two pdf files. When doing this it only works every second time. I am using PDFCreator 3.4.1 This bug has been discussed before:COM PdfCreator MergeFiles with Excel VBA - 2018
Problem to merge multiple PDF with Access VBA - 2017
Merging Files only works every second time Excel VBA - 2018
Merge PDFs with Excel VBA - 2018
Queue.MergeAllJobs() leaves a job orphaned - 2017In the first forum, there is a work around with a loop. In a different forum post: https://www.mrexcel.com/forum/excel-questions/870539-combine-pdfs-using-vba.html looks like it might have a solution with "unbound" function but i couldn't seem to get it working. The last link above seems to attribute the error to MergeAlljobs.
My Aim:
I am wondering if there will be any fix to this bug?Ideas:
the bug seems to be about adding files to the queue. I am trying to add two files. The first file is always added but the second file is only added every second try.Cheers,
A
Posts: 1
Participants: 1