View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Charlotte E.[_3_] Charlotte E.[_3_] is offline
external usenet poster
 
Posts: 160
Default Standard column width in points...

Hi,


I can read the standard column width of a sheet with
ActiveSheet.StandardWidth

....but this gives me the width in chars....

How to get the standard columnwidth in points?


TIA,

CE