I have this table:
Player Name Apple Banana Mushroom
A 0 1 1
B 2 0 1
C 1 0 1

I need a macro that reads in the number of item each player has, then (repeatedly) insert the corresponding picture. For example:

excxel question.png

Many Thanks!