Microsoft KB Archive/107847: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - """ to """)
 
Line 66: Line 66:
== REFERENCES ==
== REFERENCES ==


"Visual Basic User's Guide," version 5.0, Chapter 8, pages 159-161
"Visual Basic User's Guide," version 5.0, Chapter 8, pages 159-161


</div>
</div>

Latest revision as of 10:21, 20 July 2020

Knowledge Base


Cannot Use Shortcut Keys to Run Macro in Break Mode

Article ID: 107847

Article Last Modified on 8/15/2005



APPLIES TO

  • Microsoft Excel 95 Standard Edition
  • Microsoft Excel 5.0 Standard Edition



This article was previously published under Q107847


SUMMARY

If you are in break mode, you cannot start a macro or subroutine with a shortcut key. When you press the shortcut key, although the insertion point flashes as if the macro has been run, the macro is not started.

MORE INFORMATION

While you can use shortcut keys to start a macro, you cannot use them to continue it. If you want to call a subroutine while you are in break mode, you must call it manually by entering the name of the subroutine in the Immediate pane of the Debug window.

This is by design.

REFERENCES

"Visual Basic User's Guide," version 5.0, Chapter 8, pages 159-161


Additional query words: hot quick short cut XL

Keywords: KB107847