Stepping through VBA code in Excel

B

Bill Murphy

When I open a spreadsheet to work in VBA I have to tell Excel to disable
macros. When I try to set a breakpoint to step through code Excel tells me
that macros have to be enabled. What is the best way to set breakpoints in
Excel so that I can step through code?

Bill
 
Top