View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
RestlessAde RestlessAde is offline
external usenet poster
 
Posts: 7
Default Calculating Row Height & Column Width

Hi Shane,

Thanks for letting me know it can't be done via formulas. Can you (or anyone
else) suggest the VB code for Excel? I'm not sure what you mean by a Windows
DLL call.

Regards,
RA

"Shane Devenshire" wrote:

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