Hello, I have a comma separated txt file format as follows, point#,Northing, Easting,Elevation, Description. I am trying to populate a listbox with only the point numbers like so; point 100 point 101 point 102 etc I know how to bring in the entire txt file, but how do I tell it to only use the point # then skip to the next line. Also, what if I wanted to use the elevations...how do I skip over commas until I reach the elevation data? I am a novice with VBA at best so please don't shoot answers over my head without explaining. Thanks in advance! Eugh