View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Norm Lundquist Norm Lundquist is offline
external usenet poster
 
Posts: 18
Default String width not exceed column width

Given the font and size (Arial, 10), is it possible to calculate how wide a
given string will be? I have 120 columns that are 1 character wide (12
pixels). I would like to know how many columns a given string will cover.

Thank You!