vba - Goalseek over range of values not running -


i have problem code. when hit run, nothing happens.

whats wrong?

i'm changing variables on range g53:n53 , f54:f64 , looping change c54 0 while changing c59, , i'm pasting around matrix g54:n64.

but not running!

private sub checkgoalseek()   dim integer, j integer     = 54 64     j = 7 14        cells(60, 3).value = cells(53, j).value        cells(61, 3).value = cells(i, 6).value        range("c54").goalseek goal:=0, changingcell:=range("c59")        cells(59, 3).copy        cells(i, j).pastespecial paste:=xlpastevalues     next j    next  end sub 


Comments

Popular posts from this blog

Command prompt result in label. Python 2.7 -

javascript - How do I use URL parameters to change link href on page? -

amazon web services - AWS Route53 Trying To Get Site To Resolve To www -