Dandada2602
New Member
- Joined
- Nov 22, 2018
- Messages
- 13
I have played around with some VBA options but I’m not able to get what I’m looking for.
I need to print individual certificates in PDF format, from the list within the same excel file. Each line in the list should be an individual certificate. The resulting PDF file naming should have the certificate number, container number and voyage number. I would like to keep the list as a consecutive, to ensure we don’t duplicate certificate numbers. This will require that the line is marked as print completed, and new lines as print pending. If this is too much to ask for, please omit.
This is the list:
I need to print individual certificates in PDF format, from the list within the same excel file. Each line in the list should be an individual certificate. The resulting PDF file naming should have the certificate number, container number and voyage number. I would like to keep the list as a consecutive, to ensure we don’t duplicate certificate numbers. This will require that the line is marked as print completed, and new lines as print pending. If this is too much to ask for, please omit.
This is the list:
Certificate # | Container # | Line Operator | Booking | Completion Time | Transport Company | Voyage # |
CERT-00001 | ABCU1234567 | ABC | RES-56789 | 2020/10/18 04:59 | Blue Point | 202058001 |
CERT-00002 | ABCU1234568 | ABC | RES-56790 | 2020/10/17 21:59 | Blue Point | 202058001 |
CERT-00003 | ABCU1234569 | ABC | RES-56791 | 2020/10/18 03:59 | Blue Point | 202058001 |
CERT-00004 | ABCU1234570 | ABC | RES-56792 | 2020/10/18 02:59 | Green Point | 202058001 |
CERT-00005 | ABCU1234571 | ABC | RES-56793 | 2020/10/18 03:59 | Green Point | 202058001 |
CERT-00006 | ABCU1234572 | ABC | RES-56794 | 2020/10/18 19:59 | Green Point | 202058001 |
CERT-00007 | ABCU1234573 | BCC | RES-56795 | 2020/10/17 06:59 | Green Point | 202058001 |
CERT-00008 | ABCU1234574 | BCC | RES-56796 | 2020/10/17 07:59 | Red Point | 202058001 |
CERT-00009 | ABCU1234575 | BCC | RES-56797 | 2020/10/17 18:59 | Red Point | 202058001 |
CERT-00010 | ABCU1234576 | BCC | RES-56798 | 2020/10/19 09:59 | Red Point | 202058001 |