#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27
Default skip code

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default skip code

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
using IF to skip Julie Excel Worksheet Functions 4 March 14th 08 10:21 PM
skip rows marat Excel Worksheet Functions 1 April 13th 06 12:27 PM
If false skip to next irresistible007 Excel Worksheet Functions 1 December 17th 05 11:06 AM
Skip the holidays Aviator Excel Discussion (Misc queries) 6 January 11th 05 08:13 PM
Excel skip some lines of VBA code Alex[_7_] Excel Programming 1 August 28th 03 12:18 PM


All times are GMT +1. The time now is 05:02 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"