Hi all,
I am not a pro of VBA but I managed to find an awesome code that allows me to insert pictures in column A according to the names written in column B. These pictures are loaded from the same file on the computer.
Here is the code :
Sub Affiche_Image()
Dim Ws As Worksheet...