Thread: wrong font
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
damorrison
 
Posts: n/a
Default wrong font


wrote:
try using TextBox1.value instead. If this doesn't work try using
val(TextBox1.value) or ltrim$(rtrim$(TextBox1.Text)).


Thanks,
I decided to use the properties box instead of using code and the
problem disappeared