Gary
F8 as outlined by Earl is debug mode, it steps a line at a time, allowing
you to check what's happening, check variable values, etc. (I use this one
mostly)
A 'breakpoint' will literally stop the code at a certain line, again so you
can check the state of the running code. From here you can either elect to
step (F8) or run the remaining code. I tend to use breakpoints more in
large code scenarios, when I now the first x lines work, to get to a
problematical bit quickly, or most of the time in event code, so I can then
step through (F8), after the event has fired. There is not a 'slow motion'
setting if that is what you are asking...stop or step, that's about it.
--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
[email protected]