Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
How do i neutralize a group of successive lines from running , besides putting a quote (') before each line? Thanks Avi |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Great! Thanks a lot!
Avi |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
In Excel 2007 chart with multiple lines, mouse doesn't track lines | Charts and Charting in Excel | |||
INSIDER - KNOWLEDGE NEUTRALIZING!! | Excel Worksheet Functions | |||
INSIDER - KNOWLEDGE NEUTRALIZING!! | Excel Worksheet Functions | |||
INSIDER - KNOWLEDGE NEUTRALIZING!! | Excel Discussion (Misc queries) | |||
INSIDER - KNOWLEDGE NEUTRALIZING!! | Excel Discussion (Misc queries) |