View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bill Murphy Bill Murphy is offline
external usenet poster
 
Posts: 10
Default Stepping through VBA code in Excel

What is the best way to set breakpoints and step through code in Excel VBA?
To edit the VBA code I have to tell Excel to disable macros when I open a
spreadsheet, and then I can't run the code to step through it.

Bill