Thread: VBA Loop
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ASteele ASteele is offline
external usenet poster
 
Posts: 8
Default VBA Loop

I need to run a copy code an "x" number of times. The value for "x" is
variable and I would like to declare it within the code for the copy routine.

What is the easiest way for a beginner, like me, to write the code?