View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ranswrt ranswrt is offline
external usenet poster
 
Posts: 191
Default maxlength on textbox

I have a problem with the maxlength in a textbox. I have the maxlength set
to 27 characters. The problem is some characters are wider than others.
Some of the strings are wider than the cell that I am putting them in. Is
there a way to limit the width of a string not by the number of characters,
but the actual width of the string?
Thanks