Bonjour le forum,
Je reviens ici par hasard et m'aperçois que j'utilise :
Set s = .Shapes.AddPicture(chemin & fichier, msoFalse, msoTrue, 0, .Rows(lig).Top, 0, 0)
alors qu'il faut utiliser -1 dans :
Set s = .Shapes.AddPicture(chemin & fichier, msoFalse, msoTrue, 0, .Rows(lig).Top, -1, -1)
pour...