Forum Discussion
Uros92
Nov 10, 2019Copper Contributor
Excel VBA Macro to insert picture and its filename in a cell
Hello everyone, I am new to the Tech Community and to VBA as well, so I would like to greet everyone here. I'm currently on a project involving insertion of many pictures one by one in a report ...
AIL AND
Nov 28, 2019Copper Contributor
Créer un CommandButton au niveau de la cellule où vous voulez insérer l'image.
Utiliser la commande suivante :
CommandButton1.Picture = LoadPicture("C:\" & Le Chemin et le nom du fichier de l'image .bmp) |
L'image sera insérée dans le CommandButton.
Ici il s'agit du CommandButton1.
Cordialement