I have a macro which inserts a picture into my spreadsheet. The last line is
ActiveSheet.Pictures.Insert(s).Select
I use .Select, because I need to crop the image. But, I would rather not have to click in the Picture Toolbar to select the Crop tool. How do I do this in code?