Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a way to comment out a whole procedure without placing apostrophes
at the beginning of all lines? Thanks Sandy |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Add apostrophe to the first and add line continuation to all the lines.
-- __________________________________ HTH Bob "Sandy" wrote in message ... Is there a way to comment out a whole procedure without placing apostrophes at the beginning of all lines? Thanks Sandy |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use exit sub
Sub MySub() Exit Sub 'Lots of code End Sub Mike "Sandy" wrote: Is there a way to comment out a whole procedure without placing apostrophes at the beginning of all lines? Thanks Sandy |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Sandy,
try this one: http://www.ozgrid.com/forum/showthread.php?t=10432 "Sandy" wrote: Is there a way to comment out a whole procedure without placing apostrophes at the beginning of all lines? Thanks Sandy |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Very easy too.
Thanks Franz "Franz Erhart" wrote in message ... Hi Sandy, try this one: http://www.ozgrid.com/forum/showthread.php?t=10432 "Sandy" wrote: Is there a way to comment out a whole procedure without placing apostrophes at the beginning of all lines? Thanks Sandy |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Commenting out code | Excel Discussion (Misc queries) | |||
Commenting out Rows in VB | Excel Discussion (Misc queries) | |||
Better Excel commenting | Excel Discussion (Misc queries) | |||
Conditional Commenting | Excel Programming | |||
Commenting in Code | Excel Programming |