Image resize
Image resize
(OP)
I need to put some images into an Excel workbook. The problems is that my images are too big and I want to reduce the memory size of the images to reduce the final size of the workbook.
I tried to use .width and .height but these commands change the visualization only and the image maintain the original memory size.
It's possible to make it using VBA?
Thanks
Simone
I tried to use .width and .height but these commands change the visualization only and the image maintain the original memory size.
It's possible to make it using VBA?
Thanks
Simone





RE: Image resize
TTFN