All, I need help coding a simple loop. Basically, I have a text file (SYM.TXT) in this format: 1348453.9878,2064999.5856 1348787.1992,2064702.2654 1349476.1138,2064569.9584 1349082.5947,2064645.3053 1348615.5279,2064734.8179 These are the command line entries that I am using. -INSERT E_WTR_MH S 300 (looping values from text file) and hopefully when done, I will have 5,000+ symbols added to our drawing. Can anyone provide some pointers for doing this in VBA ? Thanks.