Thread: Loops
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
alecbowman[_2_] alecbowman[_2_] is offline
external usenet poster
 
Posts: 10
Default Loops

Is it possible in Excel VBA to do something like the following
for cntr = 0 to 3

Series_Name_[cntr] = Pri_Series_Name_[cntr]

loop

to copy Pri_Series_Name_1 to Series_Name_1
and Pri_Series_Name_2 to Series_Name_2
and Pri_Series_Name_3 to Series_Name_3

Would much appreciate some help on this as I have a fair amount of similar
actions to do.

Thanks

Alec