Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
Hope for some help to a small problem. I have a string that contains a headline and a description which are separated by a vbLf. I want to separarate these into two separate strings. The problem is that the Description also includes vbLf's. I have tried the following but this only give me the first line of the description: frmTaskList.txtHeadLine.Value = Split(Target.Offset(0, 8), vbLf)(0) frmTaskList.txtDescription.Value = Split(Target.Offset(0, 8), vbLf)(1) Any help? /Steen |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Split up | New Users to Excel | |||
How do I remove split a split window? | New Users to Excel | |||
2nd split | Excel Discussion (Misc queries) | |||
Split a Value | Excel Discussion (Misc queries) | |||
h2 (30), c1(33)--split- c1(30) -d1(3) | Excel Programming |