View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Brad[_25_] Brad[_25_] is offline
external usenet poster
 
Posts: 2
Default looping excel macros

I have Excel 2002 and routinely use the macro recorder. I can read the
macros and make simple edits, but never learned to program in VB and my
fortran programming experience is from 30 years ago. After recording a
macro, I want it to loop 15 times before exiting. What lines to I need to
add to the code to start and end the loop? I already have the macro. It
basically inserts a line, totals certain columns and formats one cell.

Brad