Thread
:
Extract several lines of email messages starting from the end
View Single Post
#
3
March 17th 06, 10:45 AM posted to microsoft.public.outlook.program_vba
Klaus
external usenet poster
Posts: 7
Extract several lines of email messages starting from the end
You can also use this :
Private Function GetLines(ByVal text As String) As String()
Dim tb As New System.Windows.Forms.TextBox
tb.Multiline = True
tb.Text = text
Return tb.Lines
End Function
(Why do all the work by hand?)
Klaus
Klaus
View Public Profile
View message headers
Find all posts by Klaus
Find all threads started by Klaus
Ads