ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Simple textbox question (https://www.excelbanter.com/excel-programming/275368-simple-textbox-question.html)

Kevin

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)

steve

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)





All times are GMT +1. The time now is 12:01 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com