Log in

View Full Version : [VBA]get back original size of pictures



smallxyz
08-14-2017, 04:46 AM
Hi,

How should I set the VBA code such that all resized pictures on a document can ALL be returned to their default sizes?

Thanks a lot!

macropod
08-15-2017, 01:44 AM
Word doesn't store the 'original size' of many pictures. This can be because:
a) they're vector images, which have no particular size;
b) dimensional data are not included in the image metadata - and even where that is stored, that is not to say the images were originally inserted at that size;
c) the images have been cropped and/or compressed after insertion into Word.