Jay,
One way would be to have a couple of nested loops. Such as,
for i = 1 to 250
for j = 1 to 250
create the new formula using Range/Cells .Formula / .FormulaR1C1 = "new formula"
next j
next i
For simplicity, if you post the range details someone might detail it if you need.
regards,
Fazza