Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
how can I skip a portion of code and jump to the some other part of code while debugging. I use "stop" to debug and particular part of code but to come to that point I have to execute a whole lot of coding! Thanks Monika |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
this probably isn't the right answer to the help you're asking for, ..
but possibly you could use the GoTo statement, Put GoTo Line1 after the last line of cod that you want executed before the skip. then the line directly preceding the code you want to continue at i Col 1 put Line1: This is will make make the code jump to Line1 (or whatever number yo so choose to call it) and finish executing itsel -- Message posted from http://www.ExcelForum.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
using IF to skip | Excel Worksheet Functions | |||
skip rows | Excel Worksheet Functions | |||
If false skip to next | Excel Worksheet Functions | |||
Skip the holidays | Excel Discussion (Misc queries) | |||
Excel skip some lines of VBA code | Excel Programming |