View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
steve steve is offline
external usenet poster
 
Posts: 576
Default Simple textbox question

Kevin,

I use
& Chr(10) &

--
sb
"Kevin" wrote in message
...
I want to insert carriage returns in between strings of
text in a textbox. I can't seem to find this simple
command/character.

thanks

Kevin

PS here's the set of strings - I'd much rather have
returns that commas between them:
MedWatch1.tbLabData = vaData(ThisRow, 10) & ", " & vaData
(ThisRow, 11) & ", " & vaData(ThisRow, 12)