OK Excel in Mac whizzes I have done some more investigation and the
problem definitely happens using the step capability. In other words
the macro will run as long as the macro is 'running'. If the Macro is
slowed down to 'walking' pace by stepping thru it (this I like to do
when I am trying debug a Macro) the copy() function just doesn't work
reliably. I think this is the problem I was having at the earlier post.
Now I'd like to spend more time investigating this but I am now 10 days
behind getting real work done as I try to get these macros working
(issues still have to do with the access tree and naming conventions of
OSX v OS9 for downloads from the web). I hope you'll get someone to
look into this.
Thanks for you help.
I don't believe that is the issue at all. If it works correctly when the
macro runs by itself, and fails when stepping, then the wrong sheet is
probably active. How are you initiating the step mode? Once in step mode are
you reactivating the correct sheet? I have been following this thread, and
think you are looking in the wrong area for the problem. I have found VERY
few issues where XLM macros do not work, or do not work properly in Excel
2004. As requested before, please supply a sample of the code and a clear
description of what you are finding wrong vs. what you are expecting. I'm
sure we can easily fix the problem.