Thread: Do Loops
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sue[_5_] Sue[_5_] is offline
external usenet poster
 
Posts: 3
Default Do Loops

I need to insert an "*" into a column every 100 records.
The file contian anywhere for 10,000 to 30,000 with
columns A, B and sometimes C. I really need it to look in
column A until it is null and then insert "*" every 100
records the end of the data in column A. HELP!