TheSearcher
Registered User.
- Local time
- Today, 16:02
- Joined
- Jul 21, 2011
- Messages
- 349
I have a listbox whose rowsource is a table consisting of two columns. Works great.
However, the user wants the data to be displayed as text in a text box so that they can copy/paste into a Word document.
I already wrote the code to loop through the table and write the table's rows into a text box using vbCrLf for line breaks. However, it looks ugly because the data is not uniform. I would like the data to look like it does in the table with distinctive and well defined columns.
Is there a way to display a table in a text box?
Any suggestions will be greatly appreciated.
TS
However, the user wants the data to be displayed as text in a text box so that they can copy/paste into a Word document.
I already wrote the code to loop through the table and write the table's rows into a text box using vbCrLf for line breaks. However, it looks ugly because the data is not uniform. I would like the data to look like it does in the table with distinctive and well defined columns.
Is there a way to display a table in a text box?
Any suggestions will be greatly appreciated.
TS