Results 1 to 4 of 4

Goal seek

Threaded View

  1. #1
    Registered User
    Join Date
    08-20-2009
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    2

    Goal seek

    Hello,

    I'm new to VBA so this may be a trivial question.

    I'm trying to run goalseek down a single column by changing the cell from another column in a different sheet.

    My code is as follows:
    Sub MinDiffExit()
        Dim i As Integer
        i = 1
        For i = 1 To 64
        Cells(i + 3, 16).GoalSeek Goal:=0, ChangingCell:=Sheets("Yields").Cells(i + 20, 6)
        Next i
    End Sub
    The code works but I get a run time error? Why is this and how can I fix it?

    Any help would be much appreciated.
    Last edited by tom1984; 08-20-2009 at 04:44 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1