View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kevin Kevin is offline
external usenet poster
 
Posts: 21
Default Simple textbox question

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)