View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Thomlinson Jim Thomlinson is offline
external usenet poster
 
Posts: 5,939
Default How to "Step Back"

As for a step backwards I do not know of one. You can grab the yellow arrow
at the left which indicates which line is executing and drag it to wherever
you need it.
--
HTH...

Jim Thomlinson


"clara" wrote:

Hi all,

When debugging code, sometimes, It would be handy if there is a method to
step back. Since there might be a big gap between if , elseif block. I need
to trace the code.

Clara
--
thank you so much for your help