Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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? |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change Cell Width WITHOUT changing Column width | Excel Discussion (Misc queries) | |||
how do I create multiple column width in the same column in excel | Excel Discussion (Misc queries) | |||
How to make cell width different than the column width it lies in | Excel Discussion (Misc queries) | |||
Change the width of a single column in a column chart | Charts and Charting in Excel |