Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
avi avi is offline
external usenet poster
 
Posts: 195
Default VBE-Neutralizing a set of lines from eunning

Hello,

How do i neutralize a group of successive lines from running , besides
putting a quote (') before each line?

Thanks
Avi

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 772
Default VBE-Neutralizing a set of lines from eunning

Kind of weird request, but I suppose you can put something like x=1 and then
have before the code to stop if x=1 then (your code). then you just change x
to 0 when you want to stop it.
--
-John Northwest11
Please rate when your question is answered to help us and others know what
is helpful.


"avi" wrote:

Hello,

How do i neutralize a group of successive lines from running , besides
putting a quote (') before each line?

Thanks
Avi


  #3   Report Post  
Posted to microsoft.public.excel.programming
jaf jaf is offline
external usenet poster
 
Posts: 300
Default VBE-Neutralizing a set of lines from eunning

Hi Avi,
If you have the edit toolbar turned on, select the lines with the mouse and
click the "Comment Block" button.


--
John
johnf202 at hot mail dot com


"avi" wrote in message
oups.com...
Hello,

How do i neutralize a group of successive lines from running , besides
putting a quote (') before each line?

Thanks
Avi



  #4   Report Post  
Posted to microsoft.public.excel.programming
avi avi is offline
external usenet poster
 
Posts: 195
Default VBE-Neutralizing a set of lines from eunning

Great! Thanks a lot!

Avi

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default VBE-Neutralizing a set of lines from eunning

You could use conditional compilation. E.g.,

#If FALSE Then
< code not to run
#End If




"avi" wrote in message
oups.com...
Hello,

How do i neutralize a group of successive lines from running , besides
putting a quote (') before each line?

Thanks
Avi



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
In Excel 2007 chart with multiple lines, mouse doesn't track lines sfuelling Charts and Charting in Excel 1 August 19th 09 09:41 PM
INSIDER - KNOWLEDGE NEUTRALIZING!! INSIDER - KNOWLEDGE!! Excel Worksheet Functions 0 March 29th 06 05:12 PM
INSIDER - KNOWLEDGE NEUTRALIZING!! INSIDER - KNOWLEDGE!! Excel Worksheet Functions 0 March 29th 06 05:12 PM
INSIDER - KNOWLEDGE NEUTRALIZING!! INSIDER - KNOWLEDGE!! Excel Discussion (Misc queries) 0 March 29th 06 05:12 PM
INSIDER - KNOWLEDGE NEUTRALIZING!! INSIDER - KNOWLEDGE!! Excel Discussion (Misc queries) 0 March 29th 06 05:12 PM


All times are GMT +1. The time now is 06:11 PM.

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

About Us

"It's about Microsoft Excel"