View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Jim Rech Jim Rech is offline
external usenet poster
 
Posts: 2,718
Default Txt Import problems.....

The delete worked fine for me under Excel 97. This line did error though:

MsgBox startrow.Row

That's because startrow is an integer not a range. It's a good idea to
declare your variables and use Option Explicit so you know what each is.

--
Jim Rech
Excel MVP