View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gunter Schelfhout Gunter Schelfhout is offline
external usenet poster
 
Posts: 2
Default Loop in Excell with VBA-code.

I need a loop in VBA-code which:
- inserts a value from 1 to 500 in cell N23979
- reads the value from cell Q23975 and inserts these solutions in cells
B23980 to B24480 so I can compare the solutions.

TIA