I should of sent how I did the code. It was done in an Excel spreadsheet
with this formula:
="Range(""y"&A1&""").GoalSeek
Goal:=ActiveSheet.Range(""z"&A1&""").Value,ChangingCell:=Sheets(""FTSE"").Ra
nge(""x"&A1&""")"
Put 10 to 500 in column A and the above formula in column B
<daniroy@gmail.com> wrote in message
news:1122882955.038904.117170@g47g2000cwa.googlegroups.com...
> Hi there
>
> I have to create 500 lines of almost identical VBA code. Code is
>
> Range("y10").GoalSeek Goal:=ActiveSheet.Range("z10").Value,
> ChangingCell:=Sheets("FTSE").Range("x10")
> Range("y11").GoalSeek Goal:=ActiveSheet.Range("z11").Value,
> ChangingCell:=Sheets("FTSE").Range("x11")
> Range("y12").GoalSeek Goal:=ActiveSheet.Range("z12").Value,
> ChangingCell:=Sheets("FTSE").Range("x12")
>
> and so on untill
>
> Range("y500").GoalSeek Goal:=ActiveSheet.Range("z500").Value,
> ChangingCell:=Sheets("FTSE").Range("x500")
>
> What is the most logical way to proceed, please ?
>
> All the best
> Daniel
>
Bookmarks