View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default How To Change rowhight or columnwith long measure?

Excel doesn't support any rowheight or any column width. It does it in
increments. There are 72 points to an inch, so you would have to compute
the number of points to a millimeter, then adjust settings to get as close a
possible.

Look at the built-in functions

centimeterstopoints
inchestopoints
pointstoscreenpixelsY
pointstoscreenpixelsX

they may be of some use.
--
Regards,
Tom Ogilvy


"EdgeOfCity" wrote in message
...
How To Change rowhigh or column long measure from "pond" or "point" to
MM(millimeter)? thanks for your kindness.