Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Calculation Method Failed

I am attempting to switch the calculation methd to manual,
but I am constantly getting a run-time error 1004,
Application Method failed. I am using Excel 97 with SR-2,
on Windows NT

I have tried havin the code either in the event routine or
in a macro on a module. Neither works!

HAs anyone else experienced this? How do I solve the
problem?

Thanks in anticipation
Martin
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Calculation Method Failed

If you are doing this from a commandbutton, change the TakeFocusOnClick
property of the commandbutton to false. If you are doing it from an event
of one of the other ActiveX controls from the control toolbox toolbar, then
as the first line put in

ActiveCell.Activate

This was a bug in Excel 97 that has been fixed in later versions.

--
Regards,
Tom Ogilvy

"Martiin" wrote in message
...
I am attempting to switch the calculation methd to manual,
but I am constantly getting a run-time error 1004,
Application Method failed. I am using Excel 97 with SR-2,
on Windows NT

I have tried havin the code either in the event routine or
in a macro on a module. Neither works!

HAs anyone else experienced this? How do I solve the
problem?

Thanks in anticipation
Martin



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
Method Add of object Validation Failed - please help Shokie New Users to Excel 1 July 10th 09 01:34 PM
Method Add of object Validation Failed - please help Shokie Excel Worksheet Functions 1 July 10th 09 01:33 PM
Method 'Copy' of object'_Worksheet failed q2w3e4r Excel Worksheet Functions 1 February 7th 07 01:17 PM
Method ~ of Object ~ Failed. Joan Excel Programming 5 August 26th 03 08:13 PM
Copy Method of Workseet Class Failed Tom Kosensky Excel Programming 1 July 15th 03 09:54 AM


All times are GMT +1. The time now is 12:27 AM.

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

About Us

"It's about Microsoft Excel"