View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ron McCormick[_2_] Ron McCormick[_2_] is offline
external usenet poster
 
Posts: 21
Default Break Mode query

I am developing a procedure that is under test at
present. Part of the procedure is the deletion of the
active sheet, using ActiveSheet.Delete. In order to test
the procedure I have being trying to step through it but
whenever I execute this line a message comes up indicating
that I can't enter 'break mode' at this time.

Is this normal, and ,if so, is there a way around it?

TIA
Ron