|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
Multiline issue with textboxes
I have a Textbox and I want to copy a few emp_id's from excel sheet and put in the textbox with multiple line and then display line by line the value.When I use the split function should I use VBnewline,vbctrlf or vblf to split the line by line values in the multiline textbox.Again how can I enable right click and paste the values from excel sheet.Please do help me.
Thanks |
|
#2
|
|||
|
|||
|
When you copy and past into a textbox from Excel, the information that it grabs is tabbed delimited. So you'll actually need to split it with the tab character; chr(9). I hope this helps.
|
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > Multiline issue with textboxes |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|