View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default inserting break in code

Add the single word:
Stop

near where you want to stop the code.

(Leave the project unprotected.)

papa jonah wrote:

How do I insert a break into code so that I can troubleshoot code that
occurs upon opening a file?


--

Dave Peterson