View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
salgud salgud is offline
external usenet poster
 
Posts: 219
Default Program to record where you've been?

On Thu, 7 Aug 2008 15:04:10 -0700, akphidelt wrote:

Not sure if you are talking about something completely beyond this level, but
have you tried walking through the code using F8?



Thanks for your reply.
Yes, I have, and I figured out the problem. It just occured to me that if I
had such a tool, I could have figured out the problem by stepping through
once, rather than 3 or 4 times. A line by line record would have shown me I
was resetting a variable twice instead of once right away.