VBA grab pictures from shapes and name as adj cell

DaveBlakeMAAT

Board Regular
Joined
Feb 28, 2016
Messages
190
Hi

This is a bit complicated to explain but I shall try!!!

I receive a price list from a supplier, which contains PartCode,Description and price, it also includes an embedded picture shape of the product (which has generic names e.g. picture069) and a hyperlink embedded in another shape with a URL to an online data sheet.

The shapes are floating rather then locked to cells.

What I want to do is be able to create an image file for each product which is named with the product code which is in the adjoining cell. I would also like to extract the embedded URL for the online data sheet.

My thought process is the following:

1) loop through all shapes and lock to their current cell that they are floating over.
2) loop through all shapes in column A (ProductImages) and export to image file named as the value adj in
column B
3) loop through all shapes in column D (Online DataSheets) and extract the URL.

This workbook has 1200 spread across about 50 sheets, and I currently have a macro that unifies PartCode, Description & price to one sheet through an array, but I haven't worked with shapes before so any pointers would be gratefully appreciated.

Regards

Dave
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).

Forum statistics

Threads
1,215,457
Messages
6,124,941
Members
449,197
Latest member
k_bs

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top