Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default 2003/XP Macros in 2000

I am running Excel 2000 in Windows XP. I received an email with an .xls
attachment which, when I opened gave me the macro warning. I didn't need the
macros so I chose the disable option. I copied same to a new worksheet so I
could rework some of the data - which was not covered by the macros.
Whilst working with the new worksheet I noticed that the auto sum was not
working as normal. I re-dragged the range and it was OK. Later I was
working on another worksheet and I had the same problem, auto sum behaving
badly!
I contacted the email source (trusted) who asked what version I was on -
2000 but he was on 2003/XP and thought that this would be the problem, not a
virus.
My problem was he didn't know how to fix it - neither do I !
Can any one help ?
Regards,
Bernie T

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,290
Default 2003/XP Macros in 2000


Have you checked that Calculation is set to automatic? ...
Tools | Options | Calculation (tab)
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)


"Bernie T"
wrote in message
I am running Excel 2000 in Windows XP. I received an email with an .xls
attachment which, when I opened gave me the macro warning. I didn't need the
macros so I chose the disable option. I copied same to a new worksheet so I
could rework some of the data - which was not covered by the macros.
Whilst working with the new worksheet I noticed that the auto sum was not
working as normal. I re-dragged the range and it was OK. Later I was
working on another worksheet and I had the same problem, auto sum behaving
badly!
I contacted the email source (trusted) who asked what version I was on -
2000 but he was on 2003/XP and thought that this would be the problem, not a
virus.
My problem was he didn't know how to fix it - neither do I !
Can any one help ?
Regards,
Bernie T

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default 2003/XP Macros in 2000

Hey Jim, that was easy, but that was the way it would have been set, would
the macro 'tripped' it ?
Thanks a million, Kindest Regards,
Bernie T
Darwin Australia

"Jim Cone" wrote:


Have you checked that Calculation is set to automatic? ...
Tools | Options | Calculation (tab)
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)


"Bernie T"
wrote in message
I am running Excel 2000 in Windows XP. I received an email with an .xls
attachment which, when I opened gave me the macro warning. I didn't need the
macros so I chose the disable option. I copied same to a new worksheet so I
could rework some of the data - which was not covered by the macros.
Whilst working with the new worksheet I noticed that the auto sum was not
working as normal. I re-dragged the range and it was OK. Later I was
working on another worksheet and I had the same problem, auto sum behaving
badly!
I contacted the email source (trusted) who asked what version I was on -
2000 but he was on 2003/XP and thought that this would be the problem, not a
virus.
My problem was he didn't know how to fix it - neither do I !
Can any one help ?
Regards,
Bernie T


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default 2003/XP Macros in 2000

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

If you want a particular workbook to always open in AutoCalc mode you can use
code to set it to auto whenever you open the workbook.

Private Sub Workbook_Open()
Application.Calculation = xlAutomatic
End Sub

Right-click on the Excel Icon left of "File" and select "View Code"

Paste the above into that module and save the workbook.


Gord Dibben MS Excel MVP

On Sun, 20 Jan 2008 17:35:01 -0800, Bernie T
wrote:

Hey Jim, that was easy, but that was the way it would have been set, would
the macro 'tripped' it ?
Thanks a million, Kindest Regards,
Bernie T
Darwin Australia

"Jim Cone" wrote:


Have you checked that Calculation is set to automatic? ...
Tools | Options | Calculation (tab)
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)


"Bernie T"
wrote in message
I am running Excel 2000 in Windows XP. I received an email with an .xls
attachment which, when I opened gave me the macro warning. I didn't need the
macros so I chose the disable option. I copied same to a new worksheet so I
could rework some of the data - which was not covered by the macros.
Whilst working with the new worksheet I noticed that the auto sum was not
working as normal. I re-dragged the range and it was OK. Later I was
working on another worksheet and I had the same problem, auto sum behaving
badly!
I contacted the email source (trusted) who asked what version I was on -
2000 but he was on 2003/XP and thought that this would be the problem, not a
virus.
My problem was he didn't know how to fix it - neither do I !
Can any one help ?
Regards,
Bernie T



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
Macros created in 2003 won't work in 2000 dford Excel Discussion (Misc queries) 8 December 22nd 06 09:29 PM
Macros won't work in 2000 that are created in 2003 dford Excel Discussion (Misc queries) 3 December 17th 06 06:49 PM
Macros shortcuts not working from 2003 to 2000 WSW Excel Worksheet Functions 0 May 8th 06 04:26 PM
where did my old 2000 Excel macros go when I upgraded to 2003? dcampbe1 Excel Discussion (Misc queries) 2 April 4th 06 10:16 PM
Compatibility issues with macros (2000 vs. 2003)? Lori Smith Excel Discussion (Misc queries) 3 August 25th 05 08:10 PM


All times are GMT +1. The time now is 07:50 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"