Thread: Looping
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Syd[_4_] Syd[_4_] is offline
external usenet poster
 
Posts: 2
Default Looping

I need some assitance with a looping function, I need to
loop through a file containing values across MULTIPLE
COLUMNS and down from row 7 to 20. What I'd like to do is
change the last charachter in the cell reference starting
from cell #7 - #20 to read 1 - 14.

Is this possible in code or should I use a Macro instead?