View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Vergel Adriano Vergel Adriano is offline
external usenet poster
 
Posts: 857
Default How to "Step Back"

Hi Clara,

If you mean the last execution step in the current procedure, CTRL+DOWN
ARROW will take you to the next sub or function which should be just a few
lines below the last line of the current procedure you were on before
pressing CTRL+DOWN ARROW.

--
Hope that helps.

Vergel Adriano


"clara" wrote:

Hi Jim,

Thank you Jim. What I really mean is to find the last execution step. It is
silly when there is few code, but when there are many if and elseif block, I
think it is valuable.

Clara
--
thank you so much for your help


"Jim Thomlinson" wrote:

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