ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Display col width in a cell (https://www.excelbanter.com/excel-programming/376896-display-col-width-cell.html)

Kieranz[_2_]

Display col width in a cell
 
Hi All
I would like to set a formula in each of the relevant cells in Row 1 to
display the column width (30 of them of different widths).
Any ideas would help. Rgds KZ


Paul B

Display col width in a cell
 
Kieranz, try this,

Public Function CW(C As Range)
'Will show column width
'use like this = CW(A1)
Application.Volatile
CW = C.ColumnWidth
End Function

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"Kieranz" wrote in message
oups.com...
Hi All
I would like to set a formula in each of the relevant cells in Row 1 to
display the column width (30 of them of different widths).
Any ideas would help. Rgds KZ




Kieranz[_2_]

Display col width in a cell
 
Hi All
I got it, from UG. In each cell in the first row put =CELL("width",A1)
and copy across.
Thks.
Rgds
KZ
Kieranz wrote:
Hi All
I would like to set a formula in each of the relevant cells in Row 1 to
display the column width (30 of them of different widths).
Any ideas would help. Rgds KZ



Kieranz[_2_]

Display col width in a cell
 
Hi Paul
Many thks, works perfect. My suggest doesn't give the decimals. it
rounds up.
Rgds
KZ

Kieranz wrote:
Hi All
I got it, from UG. In each cell in the first row put =CELL("width",A1)
and copy across.
Thks.
Rgds
KZ
Kieranz wrote:
Hi All
I would like to set a formula in each of the relevant cells in Row 1 to
display the column width (30 of them of different widths).
Any ideas would help. Rgds KZ




All times are GMT +1. The time now is 01:18 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com