LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default reliability of macro results


I'm having some reliability issues with a "super-macro" I'm currentl
using. This macro -- which calls on several sub-macros -- is quit
process-heavy and operates on worksheets that often have thousands o
rows. Much of the "processing" involves search and replace or searc
and delete. E.g., replace "&" with "and".

Unfortunately, the "super-macro" will randomly miss a replace o
delete. The problem does not crop up frequently, but the results d
cause problems with programs this worksheet ultimately interface
with.

I have removed speed-optimizing code which I thought may be a culprit
I.e.:

Application.ScreenUpdating = False
Application.Calculation = xlCalculationManual
[ your code ]

Application.ScreenUpdating = True
Application.Calculation=xlCalculationAutomatic

But the reliability remains unchanged.

Any info on how I can improve reliability is appreciated

--
KHashmi31

-----------------------------------------------------------------------
KHashmi316's Profile: http://www.excelforum.com/member.php...fo&userid=1043
View this thread: http://www.excelforum.com/showthread.php?threadid=38077

 
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
Kuder-Richardson #21 Formula for estimate test reliability [email protected] Excel Discussion (Misc queries) 5 April 3rd 23 06:52 PM
can excel calculate inter rater reliability? Brian Boru Excel Discussion (Misc queries) 1 March 9th 10 01:05 PM
Inter-rater reliability question inter-rater Excel Worksheet Functions 1 September 28th 08 12:23 PM
Reliability and Confidence and Excel Gerigto Excel Discussion (Misc queries) 5 September 5th 07 03:04 AM
How can I list the results of my macro without overwritng previous results? mattip Excel Programming 3 November 28th 03 03:45 AM


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