View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Helmut Weber[_2_] Helmut Weber[_2_] is offline
external usenet poster
 
Posts: 163
Default Line Input not finding Chr10 or 13

Hi,

at first glance

(Chr(13)) or carriage return-linefeed (Chr(13) + Chr(10))


sDelim can't be this or that.

If Right(strLine, 1) < Chr(13) and

Right(strLine, 2) < (Chr(13) & Chr(10) then


--
Greetings from Bavaria, Germany

Helmut Weber, MVP WordVBA

Win XP, Office 2003
"red.sys" & Chr$(64) & "t-online.de"