Hi There,
I am in the first tab called "Settings".
In my 5th tab (called 'Model'), there is a model I want to calculate. But the 'Calculate' button is on the first tab 'Settings'.
The question is, how to I get my macro to run a goal seek on information from the 5th tab. I tried this. It has not worked.
Worksheets("Model").Range("B19").GoalSeek Goal:=0.15, ChangingCell:=Worksheets("Model").Range("B16")
Ther eis a hardcode there for the 15% (0.15) I want to set as a target. Ideally I would like to link this to a cell in the first sheet 'Settings'.
Help would be much appreciated.
Thanks
Bookmarks