Hello Excel experts!
I’m currently working on a project that involves inserting images into Excel sheets. I use Kutools' "Insert Pictures from Path (URL)" feature to quickly add images from URLs or file paths into my workbook. While this feature works great, it inserts all images as "Place Over Cell," requiring me to manually click each image, then go to the menu and select "Place in Cell."
The Problem:
1. The script checks if the URL column (D) is not blank.
2. For each corresponding image inserted in column (B), it ensures the image is placed in the cell rather than over it.
Desired Outcome:
Current Setup:
What I’ve Tried:
Request:
Thanks in advance for your help!
Tarsha
I’m currently working on a project that involves inserting images into Excel sheets. I use Kutools' "Insert Pictures from Path (URL)" feature to quickly add images from URLs or file paths into my workbook. While this feature works great, it inserts all images as "Place Over Cell," requiring me to manually click each image, then go to the menu and select "Place in Cell."
The Problem:
This manual process is extremely time-consuming, especially when dealing with hundreds of images. I’d like to automate the process so that:
1. The script checks if the URL column (D) is not blank.
2. For each corresponding image inserted in column (B), it ensures the image is placed in the cell rather than over it.
Desired Outcome:
All images should fit within their respective cells (B), and adjust automatically when rows or columns are resized.
Current Setup:
Kutools to insert pictures from URLs in column (B)
URL references are stored in column (D)
What I’ve Tried:
I looked into some VBA solutions but haven’t found a clear method to programmatically replicate the "Place in Cell" option for pictures.
Request:
Does anyone know a VBA script or another tool/approach to automat~e this task?
Any resources or examples would be greatly appreciated!
Thanks in advance for your help!
Tarsha