J
Joe Parsons
I am developing a spreadsheet in Excel 2007 that uses Goal Seek in a VBA macro.
It does what I need it to do, except that the new value placed into the "By
Changing" cell doesn't appear unless I navigate to another sheet or hit F2 to
edit it.
The Macro is
Range("diff").GoalSeek Goal:=0, ChangingCell:=Range("NewLoan")
Range("NewLoan").Select
The value does appear in the formula bar.
Am I missing something in the basic configuration of Excel? Spreadsheets
developed in Excel 97 using the same routine work fine.
Joe Parsons
It does what I need it to do, except that the new value placed into the "By
Changing" cell doesn't appear unless I navigate to another sheet or hit F2 to
edit it.
The Macro is
Range("diff").GoalSeek Goal:=0, ChangingCell:=Range("NewLoan")
Range("NewLoan").Select
The value does appear in the formula bar.
Am I missing something in the basic configuration of Excel? Spreadsheets
developed in Excel 97 using the same routine work fine.
Joe Parsons