S
StargateFan
In a scripting language I use, we can comment out individual lines,
too with a "comment out"-symbol similar to Excel (where in Excel we
use the apostrophe [']).
The difference is that this code coments out whole blocks of text.
By putting in #cs for when the comment starts, then #ce for when it
ends, it's a way to put in a large piece of text that's not code.
i.e., :
#cs
a large blurb of text goes here that explains something that isn't
code. But by putting in the #cs above and #ce below, we don't have to
manually comment-out each individual line. The text inside isn't code
and doesn't get executed, etc.
#ce
Does Excel have anything like that? I've never seen it in all my
travels <g>.
Thanks. D
too with a "comment out"-symbol similar to Excel (where in Excel we
use the apostrophe [']).
The difference is that this code coments out whole blocks of text.
By putting in #cs for when the comment starts, then #ce for when it
ends, it's a way to put in a large piece of text that's not code.
i.e., :
#cs
a large blurb of text goes here that explains something that isn't
code. But by putting in the #cs above and #ce below, we don't have to
manually comment-out each individual line. The text inside isn't code
and doesn't get executed, etc.
#ce
Does Excel have anything like that? I've never seen it in all my
travels <g>.
Thanks. D