You file is probably binary
Open pathname For mode [Access access] [lock] As [#]filenumber
You need to change you mode to binary in the open statement
from
Open f For Input As filenumber
to
Open f For Binary As filenumber
--
joel
------------------------------------------------------------------------
joel's Profile: 229
View this thread:
http://www.thecodecage.com/forumz/sh...d.php?t=170778
Microsoft Office Help