View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Macro Fails to Run Correctly

The code you say doesn't run; is it conditional on if statements. If so,
possibly your conditions are not being met.

--
Regards,
Tom Ogilvy

"JK" wrote in message
...
I have about seven procedures that are written to run in succession from a
worksheet CmdBtn. However, several do not unless I manually run them with
F5. It has worked for me in other applications, so I'm baffled. Plus, the

MS
debugger identifies the problem with a Range.ClearContents function which

is
the last procedure and yet several procedures before it have failed, so

I'm
doubly baffled. And, as stated, they all run without a hitch when run
manually.

Any suggestions? Thank you.

Jim Kobzeff