Hi All,
I need to make several hundred excel files which all have the same layout with different information (I.D. Cards). I have resolved all time consuming issues except manually changing the picture for each person. My idea is to write a macro and assign to a button that does the same thing as right-clicking the image and using "Change picture" and then uses information in a cell to find the correct picture (Lastname, firstname.jpg).
Having never worked with excel macros before, you can imagine my dilemma.
Lets say all the pictures are stored under this file path:
C:\MyLocalData\hendrik.voelker\Pictures\Portraits
All the pictures are saved as:
LASTNAME, FIRSTNAME.JPG
If someone could help me out with this issue that would be amazing! Thanks in advance.
I need to make several hundred excel files which all have the same layout with different information (I.D. Cards). I have resolved all time consuming issues except manually changing the picture for each person. My idea is to write a macro and assign to a button that does the same thing as right-clicking the image and using "Change picture" and then uses information in a cell to find the correct picture (Lastname, firstname.jpg).
Having never worked with excel macros before, you can imagine my dilemma.
Lets say all the pictures are stored under this file path:
C:\MyLocalData\hendrik.voelker\Pictures\Portraits
All the pictures are saved as:
LASTNAME, FIRSTNAME.JPG
If someone could help me out with this issue that would be amazing! Thanks in advance.