![]() |
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) |
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