Pdf creator + vba

Hello, I'm using PDF creator with Excel VBA to merge multiple pdf files in one.
After 2 years of solid use of this feature, it stop working in some PCs.
I menage to find out where is the problem, and it seems like the code has changed or something.
Check this screenshot, comparing VBA from 2 PCs. Both are running the same excel version, W11, excel 32bits and the same version of pdf creator, but as you can see, the options that i get are diferente (Queue vs JobQueue)

Hi Gabriel,

I have been using the PDFCreator COM interface for more than ten years now, starting from version 1.7.3 up to the current version 5.2.1.1, and have never faced this problem:
JobQueue has never been called just Queue

Yeah, I always use Queue. My solution was to create two macros, and some PCs uses the first one and others, the second one. But if the user hit the wrong button, an error is displayed, and I can't treat with 'on error'...
Not the best solution, but once the user know witch button is the right one for his PC, than its done..