Thread
:
help with macro syntax
View Single Post
#
1
Posted to microsoft.public.excel.misc
Steve
external usenet poster
Posts: 1,814
help with macro syntax
getting type mismatch error.
Sub goalsk()
Dim R As Long 'Row
For R = 4 To 16
Range("B" & R).GoalSeek goal:=0.42, ChangingCell:=Range("C" And R)
Next R
End Sub
Reply With Quote
Steve
View Public Profile
Find all posts by Steve