#1   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.newusers,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
No Name
 
Posts: n/a
Default Re-calculate

Folks:



In my spreadsheet, I have a section in which imported data from a text file
is located. The other section of my spreadsheet (containing the necessary
formulae)
is devoted to running calculations on the newly imported data. It looks like
the calculations do not completely & automatically take place after the
fresh data
from the text file is imported.

So I have to manually copy & paste the formulae throughout the calculation
section once again. At this point I get to my final destination of nice
clean fresh calculations.
I was hoping to solve this problem by hitting the "Refresh Current Page"
button; but looks like this simply loads the file all over again.

* Is there a way to get my spreadsheet to re-run the calculations
immediately after I re-load fresh data ?



Thanks,
John.


  #2   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.newusers,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Re-calculate

Have you tried pressing the F9 key to do a re-calculation?

Hope this helps.

Pete


On May 2, 2:34 pm, <JoJo wrote:
Folks:

In my spreadsheet, I have a section in which imported data from a text file
is located. The other section of my spreadsheet (containing the necessary
formulae)
is devoted to running calculations on the newly imported data. It looks like
the calculations do not completely & automatically take place after the
fresh data
from the text file is imported.

So I have to manually copy & paste the formulae throughout the calculation
section once again. At this point I get to my final destination of nice
clean fresh calculations.
I was hoping to solve this problem by hitting the "Refresh Current Page"
button; but looks like this simply loads the file all over again.

* Is there a way to get my spreadsheet to re-run the calculations
immediately after I re-load fresh data ?

Thanks,
John.



  #3   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions,microsoft.public.excel.newusers
external usenet poster
 
Posts: 367
Default Re-calculate

Funny - I was coming to the forums to search for a solution to this as well.
I can select the cell...and hit F2 and everything updates. My boss actually
asked the same question because he just noticed the same issue on one of his
spreadsheets (he asked me because I am the "office guru" *snort*)...so now I
am here.

For the record....Excel 2003 (company will upgrade to 2007 when it "goes on
sale, I guess)...Win XP.

Calculation is set for "Automatic"

F9 or selection of "Calc Now" or "Calc Sheet" (under the
Options...Calculation menu) does not solve it.

Anyone? Beuller?

"JoJo" wrote:

Folks:



In my spreadsheet, I have a section in which imported data from a text file
is located. The other section of my spreadsheet (containing the necessary
formulae)
is devoted to running calculations on the newly imported data. It looks like
the calculations do not completely & automatically take place after the
fresh data
from the text file is imported.

So I have to manually copy & paste the formulae throughout the calculation
section once again. At this point I get to my final destination of nice
clean fresh calculations.
I was hoping to solve this problem by hitting the "Refresh Current Page"
button; but looks like this simply loads the file all over again.

* Is there a way to get my spreadsheet to re-run the calculations
immediately after I re-load fresh data ?



Thanks,
John.



  #4   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions,microsoft.public.excel.newusers
external usenet poster
 
Posts: 695
Default Re-calculate

try ctrl+alt+F9


"Jason" skrev:

Funny - I was coming to the forums to search for a solution to this as well.
I can select the cell...and hit F2 and everything updates. My boss actually
asked the same question because he just noticed the same issue on one of his
spreadsheets (he asked me because I am the "office guru" *snort*)...so now I
am here.

For the record....Excel 2003 (company will upgrade to 2007 when it "goes on
sale, I guess)...Win XP.

Calculation is set for "Automatic"

F9 or selection of "Calc Now" or "Calc Sheet" (under the
Options...Calculation menu) does not solve it.

Anyone? Beuller?

"JoJo" wrote:

Folks:



In my spreadsheet, I have a section in which imported data from a text file
is located. The other section of my spreadsheet (containing the necessary
formulae)
is devoted to running calculations on the newly imported data. It looks like
the calculations do not completely & automatically take place after the
fresh data
from the text file is imported.

So I have to manually copy & paste the formulae throughout the calculation
section once again. At this point I get to my final destination of nice
clean fresh calculations.
I was hoping to solve this problem by hitting the "Refresh Current Page"
button; but looks like this simply loads the file all over again.

* Is there a way to get my spreadsheet to re-run the calculations
immediately after I re-load fresh data ?



Thanks,
John.



  #5   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions,microsoft.public.excel.newusers
external usenet poster
 
Posts: 695
Default Re-calculate

or maby:
Sub reCalc()
Application.CalculateFullRebuild
End Sub


"excelent" skrev:

try ctrl+alt+F9


"Jason" skrev:

Funny - I was coming to the forums to search for a solution to this as well.
I can select the cell...and hit F2 and everything updates. My boss actually
asked the same question because he just noticed the same issue on one of his
spreadsheets (he asked me because I am the "office guru" *snort*)...so now I
am here.

For the record....Excel 2003 (company will upgrade to 2007 when it "goes on
sale, I guess)...Win XP.

Calculation is set for "Automatic"

F9 or selection of "Calc Now" or "Calc Sheet" (under the
Options...Calculation menu) does not solve it.

Anyone? Beuller?

"JoJo" wrote:

Folks:



In my spreadsheet, I have a section in which imported data from a text file
is located. The other section of my spreadsheet (containing the necessary
formulae)
is devoted to running calculations on the newly imported data. It looks like
the calculations do not completely & automatically take place after the
fresh data
from the text file is imported.

So I have to manually copy & paste the formulae throughout the calculation
section once again. At this point I get to my final destination of nice
clean fresh calculations.
I was hoping to solve this problem by hitting the "Refresh Current Page"
button; but looks like this simply loads the file all over again.

* Is there a way to get my spreadsheet to re-run the calculations
immediately after I re-load fresh data ?



Thanks,
John.





  #6   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions,microsoft.public.excel.newusers
external usenet poster
 
Posts: 367
Default Re-calculate

Thanks, but

F9 did not work
ctrl+alt+F9 (and all permutations of ctrl/alt/shift with F9) did not work
The macro solution also did not work

:scratching head:

--
//Jason


"excelent" wrote:

or maby:
Sub reCalc()
Application.CalculateFullRebuild
End Sub


"excelent" skrev:

try ctrl+alt+F9


"Jason" skrev:

Funny - I was coming to the forums to search for a solution to this as well.
I can select the cell...and hit F2 and everything updates. My boss actually
asked the same question because he just noticed the same issue on one of his
spreadsheets (he asked me because I am the "office guru" *snort*)...so now I
am here.

For the record....Excel 2003 (company will upgrade to 2007 when it "goes on
sale, I guess)...Win XP.

Calculation is set for "Automatic"

F9 or selection of "Calc Now" or "Calc Sheet" (under the
Options...Calculation menu) does not solve it.

Anyone? Beuller?

"JoJo" wrote:

Folks:



In my spreadsheet, I have a section in which imported data from a text file
is located. The other section of my spreadsheet (containing the necessary
formulae)
is devoted to running calculations on the newly imported data. It looks like
the calculations do not completely & automatically take place after the
fresh data
from the text file is imported.

So I have to manually copy & paste the formulae throughout the calculation
section once again. At this point I get to my final destination of nice
clean fresh calculations.
I was hoping to solve this problem by hitting the "Refresh Current Page"
button; but looks like this simply loads the file all over again.

* Is there a way to get my spreadsheet to re-run the calculations
immediately after I re-load fresh data ?



Thanks,
John.



  #7   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions,microsoft.public.excel.newusers
external usenet poster
 
Posts: 695
Default Re-calculate

hmm seems to be a tuff one :-)

maby this work around but please try on a copy :-)

Sub reCalc()
Range("A1", ActiveCell.SpecialCells(xlLastCell)).Select
On Error Resume Next
For Each cCell In Selection
cCell.Formula = cCell.Formula
Next
Range("A1").Select
End Sub


"Jason" skrev:

Thanks, but

F9 did not work
ctrl+alt+F9 (and all permutations of ctrl/alt/shift with F9) did not work
The macro solution also did not work

:scratching head:

--
//Jason


"excelent" wrote:

or maby:
Sub reCalc()
Application.CalculateFullRebuild
End Sub


"excelent" skrev:

try ctrl+alt+F9


"Jason" skrev:

Funny - I was coming to the forums to search for a solution to this as well.
I can select the cell...and hit F2 and everything updates. My boss actually
asked the same question because he just noticed the same issue on one of his
spreadsheets (he asked me because I am the "office guru" *snort*)...so now I
am here.

For the record....Excel 2003 (company will upgrade to 2007 when it "goes on
sale, I guess)...Win XP.

Calculation is set for "Automatic"

F9 or selection of "Calc Now" or "Calc Sheet" (under the
Options...Calculation menu) does not solve it.

Anyone? Beuller?

"JoJo" wrote:

Folks:



In my spreadsheet, I have a section in which imported data from a text file
is located. The other section of my spreadsheet (containing the necessary
formulae)
is devoted to running calculations on the newly imported data. It looks like
the calculations do not completely & automatically take place after the
fresh data
from the text file is imported.

So I have to manually copy & paste the formulae throughout the calculation
section once again. At this point I get to my final destination of nice
clean fresh calculations.
I was hoping to solve this problem by hitting the "Refresh Current Page"
button; but looks like this simply loads the file all over again.

* Is there a way to get my spreadsheet to re-run the calculations
immediately after I re-load fresh data ?



Thanks,
John.



  #8   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions,microsoft.public.excel.newusers
external usenet poster
 
Posts: 367
Default Re-calculate

w00t! - Jackpot!

Thanks a bunch - I will mod it to do sheet selection and all that...but I
cant get past the splinter in my eye about the formula being there and not
updating when it is just a simple formula. Its doing a count off of another
page that I am doing manipulation with. I am already doing macros on it...so
I can work it in...but it seems overkill to have to do that.

Is this an "undocumented software feature" that we just have to work around.
its the first time that I have run into it....

I almost feel like I have stolen the thread from JoJo .<

thx
//Jason

"excelent" wrote:

hmm seems to be a tuff one :-)

maby this work around but please try on a copy :-)

Sub reCalc()
Range("A1", ActiveCell.SpecialCells(xlLastCell)).Select
On Error Resume Next
For Each cCell In Selection
cCell.Formula = cCell.Formula
Next
Range("A1").Select
End Sub


"Jason" skrev:

Thanks, but

F9 did not work
ctrl+alt+F9 (and all permutations of ctrl/alt/shift with F9) did not work
The macro solution also did not work

:scratching head:

--
//Jason


"excelent" wrote:

or maby:
Sub reCalc()
Application.CalculateFullRebuild
End Sub


"excelent" skrev:

try ctrl+alt+F9


"Jason" skrev:

Funny - I was coming to the forums to search for a solution to this as well.
I can select the cell...and hit F2 and everything updates. My boss actually
asked the same question because he just noticed the same issue on one of his
spreadsheets (he asked me because I am the "office guru" *snort*)...so now I
am here.

For the record....Excel 2003 (company will upgrade to 2007 when it "goes on
sale, I guess)...Win XP.

Calculation is set for "Automatic"

F9 or selection of "Calc Now" or "Calc Sheet" (under the
Options...Calculation menu) does not solve it.

Anyone? Beuller?

"JoJo" wrote:

Folks:



In my spreadsheet, I have a section in which imported data from a text file
is located. The other section of my spreadsheet (containing the necessary
formulae)
is devoted to running calculations on the newly imported data. It looks like
the calculations do not completely & automatically take place after the
fresh data
from the text file is imported.

So I have to manually copy & paste the formulae throughout the calculation
section once again. At this point I get to my final destination of nice
clean fresh calculations.
I was hoping to solve this problem by hitting the "Refresh Current Page"
button; but looks like this simply loads the file all over again.

* Is there a way to get my spreadsheet to re-run the calculations
immediately after I re-load fresh data ?



Thanks,
John.



  #9   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions,microsoft.public.excel.newusers
external usenet poster
 
Posts: 695
Default Re-calculate

he he yeah lets hope that will fix hees problem too lol

I newer ran in to that problem my self, but helped som other
folks with the calculationfullrebuild with luck

the "work around" is made just now to the occasions

regards p.m. (sry my French - Denmark u no :-))


"Jason" skrev:

w00t! - Jackpot!

Thanks a bunch - I will mod it to do sheet selection and all that...but I
cant get past the splinter in my eye about the formula being there and not
updating when it is just a simple formula. Its doing a count off of another
page that I am doing manipulation with. I am already doing macros on it...so
I can work it in...but it seems overkill to have to do that.

Is this an "undocumented software feature" that we just have to work around.
its the first time that I have run into it....

I almost feel like I have stolen the thread from JoJo .<

thx
//Jason

"excelent" wrote:

hmm seems to be a tuff one :-)

maby this work around but please try on a copy :-)

Sub reCalc()
Range("A1", ActiveCell.SpecialCells(xlLastCell)).Select
On Error Resume Next
For Each cCell In Selection
cCell.Formula = cCell.Formula
Next
Range("A1").Select
End Sub


"Jason" skrev:

Thanks, but

F9 did not work
ctrl+alt+F9 (and all permutations of ctrl/alt/shift with F9) did not work
The macro solution also did not work

:scratching head:

--
//Jason


"excelent" wrote:

or maby:
Sub reCalc()
Application.CalculateFullRebuild
End Sub


"excelent" skrev:

try ctrl+alt+F9


"Jason" skrev:

Funny - I was coming to the forums to search for a solution to this as well.
I can select the cell...and hit F2 and everything updates. My boss actually
asked the same question because he just noticed the same issue on one of his
spreadsheets (he asked me because I am the "office guru" *snort*)...so now I
am here.

For the record....Excel 2003 (company will upgrade to 2007 when it "goes on
sale, I guess)...Win XP.

Calculation is set for "Automatic"

F9 or selection of "Calc Now" or "Calc Sheet" (under the
Options...Calculation menu) does not solve it.

Anyone? Beuller?

"JoJo" wrote:

Folks:



In my spreadsheet, I have a section in which imported data from a text file
is located. The other section of my spreadsheet (containing the necessary
formulae)
is devoted to running calculations on the newly imported data. It looks like
the calculations do not completely & automatically take place after the
fresh data
from the text file is imported.

So I have to manually copy & paste the formulae throughout the calculation
section once again. At this point I get to my final destination of nice
clean fresh calculations.
I was hoping to solve this problem by hitting the "Refresh Current Page"
button; but looks like this simply loads the file all over again.

* Is there a way to get my spreadsheet to re-run the calculations
immediately after I re-load fresh data ?



Thanks,
John.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Calculate age MarkN Excel Worksheet Functions 5 July 18th 09 01:50 PM
Re-calculate No Name Excel Discussion (Misc queries) 8 May 2nd 07 09:15 PM
won't calculate far enough NTaylor Excel Discussion (Misc queries) 5 January 11th 06 04:03 PM
Calculate Bar. Rodney New Users to Excel 2 June 8th 05 02:20 AM
Not able to calculate. mark_kramarczyk Excel Worksheet Functions 1 December 29th 04 08:55 PM


All times are GMT +1. The time now is 06:37 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"