I have problem about VBA, I searched an internet and no one can achieved my problem using VBA.
images are several type such as .png , .jpg and different size.
I want using VBA to only one click the button and import the image from my folder to excel by multiple specific name and multiple worksheets.
and resize the image to be I specified.
Example
The folder link which contains images is = cell A1
images are several type such as .png , .jpg and different size.
I want using VBA to only one click the button and import the image from my folder to excel by multiple specific name and multiple worksheets.
and resize the image to be I specified.
Example
The folder link which contains images is = cell A1
Picture | File name | Destination sheet |
1 | 001.png | sheet1 |
2 | 002.jpg | sheet2 |
3 | 003.png | sheet3 |