I have alist Box in cell "E7" of FrontEndApp"tab. I am trying to write a code that will select all items in the list box, one by one and will then perform an operation(print IAM_Report tab to PDF and in a specific location)

Eg List box has the following items:
1
2
3
4

First select Item 1, and print IAM_Report tab to a specified location
Second select Item 2, and print IAM_Report tab to a specified location
so on an so forth. I am trying to get it to loop and print through the list based on the location that I specify.

Thanks