Dim txt As Object Set txt = CreateObject("ADODB.Stream") Dim row As Integer Const adReadLine As Long = -2 '行ごと読む row = 1 txt.Type = 2 txt.Charset = "utf-8" txt.LineSeparator = 10 '改行LF(10) txt.Open