Good Morning! Long time reader of the forums, first time posting.
I am having a hard time with resizing the cells in my worksheet based on the image size with VBA. Essentially what I am trying to do is resize the row height based on the height of the image. My problem is when I attempt to get some code from the macro recorder, I see nothing concerning the image height.
All the images are in column A, extending from rows 1 to 2725. Every image is a different size, but all images are contained in their respective cells (don't know how to attach an excel document in a post).
I would truly appreciate some help with this as I do not know how to use VBA to extract the needed image height or how to resize the row based on that image height.
Thanks in advance
PS: If someone could show me how to attach an excel spreadsheet, that might make this process much easier
I am having a hard time with resizing the cells in my worksheet based on the image size with VBA. Essentially what I am trying to do is resize the row height based on the height of the image. My problem is when I attempt to get some code from the macro recorder, I see nothing concerning the image height.
All the images are in column A, extending from rows 1 to 2725. Every image is a different size, but all images are contained in their respective cells (don't know how to attach an excel document in a post).
I would truly appreciate some help with this as I do not know how to use VBA to extract the needed image height or how to resize the row based on that image height.
Thanks in advance
PS: If someone could show me how to attach an excel spreadsheet, that might make this process much easier