View Full Version : Is there an oppoiste to the F8 key?


smiler44
12-04-2010, 01:45 PM
When stepping through my VBA code I use the F8 key to move to the next line of code. Is there a way to move to the previous line of code that was read? Draging the yellow arrow back is not what I'm looking for.
Is there an opposite to the F8 key?

smiler44

vbaInet
12-04-2010, 02:24 PM
None that I know of I'm afraid. Compilers don't work that way.

boblarson
12-04-2010, 08:59 PM
None that I know of I'm afraid. Compilers don't work that way.
...ditto...

Brianwarnock
12-05-2010, 05:19 AM
I remember about 40 years ago we said that we would have debugging programming sorted when there was a "Come From" command, this is in the same category.

Brian

smiler44
12-05-2010, 08:02 AM
was worried that there was no opposite to f8.
thanks for the replies
smiler44