mrdominikku
New Member
- Joined
- Jan 25, 2019
- Messages
- 4
Hello,
I am working on solution that will help to manage huge amount of prints. Those prints are triggered with macro loop depends on number of data.
So when there is 100 prints, all prints are displayed in PDFCreator as current workbook name title. What I want to accomplish is to change or predefine workbook name before print s triggered so PDFCreator will display list of 100 unique workbook names.
Atm I am creating new workbook to which I copy data to be printed, save workbook with predefined name and print it from new instance, after print is complete I delete new file with Kill command. Somehow this solution might crash the workbook when doing too many loop of prints.
Is there option to change displayed workbook title in PDFCreator so it will be easier to manage while merging.
Apologies for that I didn't provided any imaged. I couldn't add them
I am working on solution that will help to manage huge amount of prints. Those prints are triggered with macro loop depends on number of data.
So when there is 100 prints, all prints are displayed in PDFCreator as current workbook name title. What I want to accomplish is to change or predefine workbook name before print s triggered so PDFCreator will display list of 100 unique workbook names.
Atm I am creating new workbook to which I copy data to be printed, save workbook with predefined name and print it from new instance, after print is complete I delete new file with Kill command. Somehow this solution might crash the workbook when doing too many loop of prints.
Is there option to change displayed workbook title in PDFCreator so it will be easier to manage while merging.
Apologies for that I didn't provided any imaged. I couldn't add them