Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I tried to use a workbook today that was previously working great.
It have macros and many formulas. I found that the simple formulas were not working for some reason. When i close the workbook, and re-open it the formulas have then calculated their result. Also if i PrintPreview, the commandbuttons on the sheet move to the left side of the page. What could be causing this? How can i fix it? Corey.... |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Found a little more.
The calculations work as soon as i Save the file also, but NOT until then. Any idea's? Corey "Corey" wrote in message ... I tried to use a workbook today that was previously working great. It have macros and many formulas. I found that the simple formulas were not working for some reason. When i close the workbook, and re-open it the formulas have then calculated their result. Also if i PrintPreview, the commandbuttons on the sheet move to the left side of the page. What could be causing this? How can i fix it? Corey.... |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The first thing I would test would be to ensure that calculation is set to
automatic. Go to the Tools menu, choose Options, then the Calculation tab. There, ensure that automatic is selected. If it is manual and "Recalculate before save" is checked, that you explain why you get a calc upon save. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting LLC www.cpearson.com (email on the web site) "Corey" wrote in message ... Found a little more. The calculations work as soon as i Save the file also, but NOT until then. Any idea's? Corey "Corey" wrote in message ... I tried to use a workbook today that was previously working great. It have macros and many formulas. I found that the simple formulas were not working for some reason. When i close the workbook, and re-open it the formulas have then calculated their result. Also if i PrintPreview, the commandbuttons on the sheet move to the left side of the page. What could be causing this? How can i fix it? Corey.... |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
For the calculation problem:
Maybe: Tools|Options|calculation tab|make sure it's set to automatic For the commandbuttons problem: http://support.microsoft.com/default...b;EN-US;838910 Controls move to the left of the worksheet in Microsoft Excel 2002 But Jim Rech recently posted this: This article is now obsolete. Since the 10/12/2004 security patch there is no need to get a hotfix (although this article does not directly mention this fix, it's in there). http://support.microsoft.com/default...b;en-us;832332 But Myrna Larson (and others) posted that it didn't work for her in all her workbooks. Corey wrote: I tried to use a workbook today that was previously working great. It have macros and many formulas. I found that the simple formulas were not working for some reason. When i close the workbook, and re-open it the formulas have then calculated their result. Also if i PrintPreview, the commandbuttons on the sheet move to the left side of the page. What could be causing this? How can i fix it? Corey.... -- Dave Peterson |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks dave.
Twas the sp3 update that caused the problem. Had to strangely set the buttons to MOVE and SIZE will cells for them to NOT move?? Strange setting, but it seems to be solving then problem. Cheers Corey.... "Dave Peterson" wrote in message ... For the calculation problem: Maybe: Tools|Options|calculation tab|make sure it's set to automatic For the commandbuttons problem: http://support.microsoft.com/default...b;EN-US;838910 Controls move to the left of the worksheet in Microsoft Excel 2002 But Jim Rech recently posted this: This article is now obsolete. Since the 10/12/2004 security patch there is no need to get a hotfix (although this article does not directly mention this fix, it's in there). http://support.microsoft.com/default...b;en-us;832332 But Myrna Larson (and others) posted that it didn't work for her in all her workbooks. Corey wrote: I tried to use a workbook today that was previously working great. It have macros and many formulas. I found that the simple formulas were not working for some reason. When i close the workbook, and re-open it the formulas have then calculated their result. Also if i PrintPreview, the commandbuttons on the sheet move to the left side of the page. What could be causing this? How can i fix it? Corey.... -- Dave Peterson |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Solved the caluc bit.
Somehow the Calulation was set to manual, instead of Automatic?? Still need to find out why the commnadbuttons move after print previewing though "Corey" wrote in message ... I tried to use a workbook today that was previously working great. It have macros and many formulas. I found that the simple formulas were not working for some reason. When i close the workbook, and re-open it the formulas have then calculated their result. Also if i PrintPreview, the commandbuttons on the sheet move to the left side of the page. What could be causing this? How can i fix it? Corey.... |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On the calculation issue.....................
Common problem......not yet fixed in 2007 version. ToolsOptionsCalculation can be Auto or Manual. Excel takes the Calculation mode each session from the settings on the first workbook opened in that session. i.e. If you saved Book1 with calc mode in manual and opened it first, calc mode would be in Manual. If you saved Book2 with calc mode in auto and opened it after Book1, Book2 would be in manual mode(Excel ignores the auto calc mode in this case). If you close Book1 before opening Book2, Book2 will be in auto calc mode. Confusing enough? <g Gord Dibben MS Excel MVP On Tue, 29 May 2007 10:35:50 +1000, "Corey" wrote: Solved the caluc bit. Somehow the Calulation was set to manual, instead of Automatic?? Still need to find out why the commnadbuttons move after print previewing though "Corey" wrote in message ... I tried to use a workbook today that was previously working great. It have macros and many formulas. I found that the simple formulas were not working for some reason. When i close the workbook, and re-open it the formulas have then calculated their result. Also if i PrintPreview, the commandbuttons on the sheet move to the left side of the page. What could be causing this? How can i fix it? Corey.... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
strange behaviour in Excel 2003 when importing XML | Excel Discussion (Misc queries) | |||
Strange behaviour - loading Excel clears Clipboard | Excel Discussion (Misc queries) | |||
Strange if(***) behaviour? | Excel Discussion (Misc queries) | |||
Excel strange (erroneous?) decimal behaviour | Excel Programming | |||
Is there a maximum number of Add-ins allowed? - strange Excel behaviour | Excel Programming |