View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Rob van Gelder[_4_] Rob van Gelder[_4_] is offline
external usenet poster
 
Posts: 1,236
Default Column and row width

Width and ColumnWidth are measured differently.
From the docs:

ColumnWidth:
One unit of column width is equal to the width of one character in the
Normal style. For proportional fonts, the width of the character 0 (zero) is
used.

Width is in Points

Rob


"R Doornbosch" wrote in message
...
any idea what the current measurement is?

"Rob van Gelder" wrote in message
...

You could use Application.InchesToPoints to convert the values.

Rob


"R Doornbosch" wrote in message
...
When I go to adjust the column and row width it say that the width is

12.41,
12.41 WHAT? and how can I change this to inches or centimetres?