View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
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