Thread: break points
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Mark Mark is offline
external usenet poster
 
Posts: 102
Default break points

On Feb 11, 3:48 am, "RobcPettit" wrote:
Hi, anybody have any idea why my breakpoints would stop working. Ive
not knowingly altered anything. Theyve worked fine for a couple of
hours, now the code runs over them. They work ok in modules but have
stopped working on code I put into the Worksheet_change event. All
events are enabled.
Regards Robert


You might still be in design mode on your worksheet. If you are then
none of your code is running and that will give the appearance of
nonexistant breakpoints.