LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default Calculating Row Height & Column Width

hi
row height is measured in points. 72 point per inch.
column width is measured in characters. 13 characters per inch.(which is
REEEAL iffy)
http://office.microsoft.com/en-us/ex...375451033.aspx

you didn't say why you keeded this so i am just supply general infor based
on some stuff i did some time back when i had to develope a grid to draw maps
of our warehouse and productions floor.
http://office.microsoft.com/en-us/ex...517241033.aspx

i did some conversion for you but you can redo the math to fit your needs.
no is it exact. the best you can hope is "close".

Dim s As Long
s = InputBox("enter the pixels")
Columns("C:C").ColumnWidth = s * 0.1354
Rows("10:10").RowHeight = s * 0.75

'note: the above produces a near perfect square.

MsgBox Columns("C:C").ColumnWidth * 7.5
MsgBox Rows("10:10").RowHeight * 1.33333333334

'should tell you the approximate size of the square in pixels

regards
FSt1


"RestlessAde" wrote:

Does anyone know formulas in Excel for the following:

- Return the column width (in pixels) of the cell containing the formula.
- Return the row height (in pixels) of the cell containing the formula.

Ideally these would be through standard built-in functions, although if not
possible a VB approach would also be fine.

Thanks!
RA



 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Row height/column width Connie Martin Excel Discussion (Misc queries) 3 June 20th 09 04:12 PM
Column Width and Row Height Workbook Excel Worksheet Functions 4 March 30th 09 06:46 AM
Changing Row Height/Column Width DJ Excel Discussion (Misc queries) 4 February 27th 09 02:07 AM
optimising column width & row height KRK New Users to Excel 2 March 12th 08 12:35 PM
Column Width and Row Height Pillow Excel Worksheet Functions 0 December 13th 05 03:58 PM


All times are GMT +1. The time now is 01:35 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"