Using a CSV or text list in a macro

I have a list of items
image
It shows the item and then the size.

I have created a macro that can do one of the lines, but I'm not sure how I could feed in the whole list in CSV or text and have the macro go to the next and the next to the end of the list....
image image

Any help would be appreciated.

I do not have access to the same server in Remote Desktop as you.
But this macro reads a test.csv and process each line.

Process CSV Macro (v9.0.1)

Process CSV.kmmacros (9.9 KB)

1 Like

Thanks Jimmy, I kinda had an idea that the for each line thing would come in to play but didn't know how to break it up. Really appreciate it!