View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] ken23508@gmail.com is offline
external usenet poster
 
Posts: 8
Default textbox string to header causes double spacing

I have a userform that is used to adjust certain print parameters. One of the parameters is the header which is picked up from Textbox1. Textbox1 is preloaded on userform initialization with the following string:



str = Sheet12.Range("ship").Value & Chr(10) & "Total Cost" & Chr(10) & Sheet12.Range("clin").Value

TextBox1.Value = str