Thread: import data
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jacob Jacob is offline
external usenet poster
 
Posts: 20
Default import data

Hi!

I am making a macro that imports data and makes a list of the one I need.

I only need data in the first 5 lines. since it is a rather long file I
would like to only import the first lines. In the import dialog there is an
option that allows for a starting line.

How do I stop importing after 5 lines.

Jacob