Using VBA, is it possible to get the size of a given range in terms of pixels or units? (I don't care which unit as I am only using it to relate to other measurements with the same unit).
Thanks.
Using VBA, is it possible to get the size of a given range in terms of pixels or units? (I don't care which unit as I am only using it to relate to other measurements with the same unit).
Thanks.
The overall dimensions of a range are in its
Width
andHeight
properties.The Range object has both width and height properties, which are measured in points.