Thanks mouse trap! Is there any way to get the goal seek to work in a cell automatically or do you have to go via the menus every time? (or set up a macro button).
Thanks mouse trap! Is there any way to get the goal seek to work in a cell automatically or do you have to go via the menus every time? (or set up a macro button).
If you want things done automatically why not use something like Worksheet_Change(ByVal Target As Range) to monitor any changes within the worksheet and have it fire the macro when values in that range had been changed
If you want things done automatically why not use something like Worksheet_Change(ByVal Target As Range) to monitor any changes within the worksheet and have it fire the macro when values in that range had been changed