Sub Sample() Dim a As String Open "C:\Autoexec.bat" For Binary As #1 a = Input(10, 1) MsgBox Seek(1) Close #1 End Sub