Hi,
I've developed a number of spreadsheets which use PDFCreator to create PDF documents on the fly.
As many of the people in our office are now transitioning to Excel 2013 I'm having to re-write code so that it will work using either Office 2010 or Office 2013. The technique that seems to work with most applications is to use a reference to the GUID which usually remains constant from one version to another.
This approach doesn't appear to be working with PDFCreator as there appear to be different GUIDs in use:
Version 1.7.3 installed in Window 7 Professional (32 bit?) 57147EB1-614D-4C2F-B657-11B481F61ABB
Version 1.7.3 installed in Windows 8.1 (64 bit) ECF69623-0648-4FEF-BD17-5DE580007EFE
Can anyone help?