Johnny Thunder
Well-known Member
- Joined
- Apr 9, 2010
- Messages
- 693
- Office Version
- 2016
- Platform
- MacOS
Hello All,
I am currently working on a project that requires printing details from a CSV log to PDF for specific ID's.
Explanation,
I have details on my sheet from Column A:E.
Column A - My ID's (1437 Unique Values)
Column B - DAte Stamps to revisions
Columns C:E Metadata like Username and Status.
What I am trying to accomplish is having a code that will look into Column A, find a unique value and filter by that value, Then Set print details for the filtered data and Print to PDF and use the ID name as the file name and then loop to the next unique value.
What I have done on a second sheet is copy all the ID's and removed duplicates so I have my unique value list in case the code would need to follow a list to execute.
Any help is appreciated.
Thanks.
I am currently working on a project that requires printing details from a CSV log to PDF for specific ID's.
Explanation,
I have details on my sheet from Column A:E.
Column A - My ID's (1437 Unique Values)
Column B - DAte Stamps to revisions
Columns C:E Metadata like Username and Status.
What I am trying to accomplish is having a code that will look into Column A, find a unique value and filter by that value, Then Set print details for the filtered data and Print to PDF and use the ID name as the file name and then loop to the next unique value.
What I have done on a second sheet is copy all the ID's and removed duplicates so I have my unique value list in case the code would need to follow a list to execute.
Any help is appreciated.
Thanks.