Hello...
I'm using Excel 2010 and I have an issue with some pictures.
I load some pictures with the below code and I want to remove a specific one or bring in front the other one.
The problem is that any time I load a picture the excel name is different and I dont know a way to find that name to select it.
I use this code to load picture 1 :
Worksheets("R1").Shapes.AddPicture Folder(S) & "Screenshot_" & L & ".png", False, True, 5, Range("F" & T).Top, 580, 260
The path (S) is changing , also like name of file (Screenshot_1,etc) , also the cell that picture apears.
How I can find the name of the above picture to select it and delete it?
Also what is the code to bring this picture in front of other picture?
Thanks
I'm using Excel 2010 and I have an issue with some pictures.
I load some pictures with the below code and I want to remove a specific one or bring in front the other one.
The problem is that any time I load a picture the excel name is different and I dont know a way to find that name to select it.
I use this code to load picture 1 :
Worksheets("R1").Shapes.AddPicture Folder(S) & "Screenshot_" & L & ".png", False, True, 5, Range("F" & T).Top, 580, 260
The path (S) is changing , also like name of file (Screenshot_1,etc) , also the cell that picture apears.
How I can find the name of the above picture to select it and delete it?
Also what is the code to bring this picture in front of other picture?
Thanks