View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Shane Devenshire[_2_] Shane Devenshire[_2_] is offline
external usenet poster
 
Posts: 3,346
Default Calculating Row Height & Column Width

Hi,

There are no functions or formula built into Excel to do this. You could
write a VBA program, but it probably would require a Window's Dll call.

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"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