How to handle OLE Objects (Shapes/Pictures) in Excel?

I have an excel with few pictures inside a sheet. I want to relocate the pictures inside the same sheet.

How can I perform this activity?

Pictures inside Excel - yuck! :stuck_out_tongue_winking_eye:

My approach here would probably be to use surface automation to jump to a location and Insert the pictures based on a file location. Alternatively you could use VBA for this. There is no super quick way of doing this.

Richard

1 Like