View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
dclare86 dclare86 is offline
external usenet poster
 
Posts: 1
Default Editing Recorded Macros in Excel - VB

I have recorded a macro in excel that pulls data from one line of a
worksheet, inputs it into a calculator that queries market data and returns
results, and then inputs those results back into the original worksheet. I
want the macro to keep running for every line in the original worksheet
(moving down line by line, but querying the same cells in the calculator),
but I don't know how.
Thanks