Columnwidth in milimeters?

C

Charlotte E.

Hi,


Is it possible to _READ_ the width of a column in milimeters?

I can get it in chars, pixels and points, but how to get the width of a
column in milimeters???


TIA,

CE
 
A

Auric__

Charlotte said:
Is it possible to _READ_ the width of a column in milimeters?

I can get it in chars, pixels and points, but how to get the width of a
column in milimeters???

Retrieve it in points, multiply by 25.4, divide by 72:

mm = ActiveCell.Width * 25.4 / 72
 
C

Charlotte E.

What'a you know - a simple formula could do the trick :)

Thanks...

CE


Den 21.05.2013 17:27, Auric__ skrev:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top