Correct cell value doesn't display

J

Joe Parsons

I am creating 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
 
N

Niek Otten

Hi Joe,

There was a similar (not exactly the same) issue using Tables. It was solved in SP1. Try downloading SP1 and try again.
On my system, which has SP1 installed, I can't reproduce your problem.

Please post back your results!

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

|I am creating 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
 
J

Joe Parsons

Hi Joe,

There was a similar (not exactly the same) issue using Tables. It was solved in SP1. Try downloading SP1 and try again.
On my system, which has SP1 installed, I can't reproduce your problem.

Please post back your results!

I checked, and I already have all the latest updates.

Joe Parsons
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top