RonMB,
I've done something like this in the past. I couldn't find the actual example, but here's a macro I've just recorded; it is hopefully self-explanatory. (I started off with a figure in cell A1, another figure in cell B1 and a formula in cell C1 thus "=A1+B1".
********************start of goalseek macro***********
Sub goal_seek()
'
' goal_seek Macro
' Macro recorded 24/08/2004 by Brian Doherty
Range("C1").GoalSeek Goal:=273, ChangingCell:=Range("B1")
End Sub
********************end of goalseek macro****************
Hope this helps,
Brian