hi, im trying to split some text file from Text1.Text (Multiline)

from a text1.text it appears like this

Location 1
CENTER: 12345
REMOTE: +1234
MESSAGE: OKAY
what im trying to do is get the REMOTE: so it will appear on my text1.text

+1234
because what i did is the Text1.text(multiline) = false

and my code

VB Code:
  1. text1.text = split(text1.text,"+",,vbTextCompare) (1)