Dear guys ;
I would like to display a thumbnail from a url based on item code by clicking a button (vba) , take a note that i am using 2016 excel
I would like to display a thumbnail from a url based on item code by clicking a button (vba) , take a note that i am using 2016 excel
Book1 | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | |||
1 | Item code | url link | |||||||||||||||
2 | MCL-FLR-558 | https://www.example.com/image1.jpg | |||||||||||||||
3 | MCL-FLR-559 | https://www.example.com/image2.jpg | ??? need to display thumb nail image here from url given | ||||||||||||||
4 | MCL-SRW-200 | https://www.example.com/image3.jpg | |||||||||||||||
5 | MCL-TBE-074 | https://www.example.com/image1.jpg | itemcode: | MCL-SRW-200 | |||||||||||||
6 | MCL-SRW-195 | https://www.example.com/image2.jpg | |||||||||||||||
7 | MCL-VLV-1226 | https://www.example.com/image3.jpg | |||||||||||||||
8 | MCL-TBE-071 | https://www.example.com/image1.jpg | |||||||||||||||
9 | MCL-TBE-072 | https://www.example.com/image2.jpg | |||||||||||||||
10 | ELS-GSP-464 | https://www.example.com/image3.jpg | |||||||||||||||
11 | ELS-SNR-246 | https://www.example.com/image1.jpg | |||||||||||||||
12 | MCL-SRW-196 | https://www.example.com/image2.jpg | |||||||||||||||
13 | MCL-SRW-197 | https://www.example.com/image3.jpg | |||||||||||||||
14 | MCL-SRW-198 | https://www.example.com/image1.jpg | |||||||||||||||
15 | MCL-SRW-199 | https://www.example.com/image2.jpg | |||||||||||||||
16 | |||||||||||||||||
17 | |||||||||||||||||
18 | |||||||||||||||||
Sheet1 |