excel VBA break execution when there's no break key on keyboard

前端 未结 12 1766
耶瑟儿~
耶瑟儿~ 2021-01-01 11:42

I\'m just noticing that on my laptop (Dell XPS 15z) there\'s no BREAK key (no dedicated number keypad). I\'m running the debugger step-by-step and then when all seems fine,

12条回答
  •  庸人自扰
    2021-01-01 12:03

    Despite this being an old question, I have just encountered the same issue and discovered that Ctrl+Scroll lock works as a break.

    "Scroll lock" can be accessed on my DELL Laptop via the blue function key "Fn" and the "F6" key which has a small blue lock symbol on it with an ⇳ symbol in it. At other computers it may look like ⤓ . So effectively I press Ctrl+Fn+F6.

提交回复
热议问题