View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
[email protected] jeff.j.griffith@gmail.com is offline
external usenet poster
 
Posts: 22
Default ctrl+break when modeless

Or click anywhere on your worksheet and press Alt + F11. Then add the
line I told you to and re-open your worksheet.


hughie wrote:
wrote:

Put this line:

Debug.Assert False

wherever you want your code to break. It's the rough equivalent of a
programmatic breakpoint.


Because I can't get to the code I can't add the line!

H