Re: Add new col event?
- From: Dave Peterson <petersod@xxxxxxxxxxxxxxxx>
- Date: Fri, 07 Oct 2005 12:24:29 -0500
It's a directive to the compiler that you will be declaring all the variables
you use.
If you don't declare your variables and don't have that directive turned on, you
could spend hours trying to find out why:
Ctr1 = ctrl + 1
doesn't work the way you thought it should.
(one of those is ctr-one and one is ctr-ELL).
With "Option explicit", the compiler will notice that one of those variables
isn't defined and yell at you right away.
It may seem like more work to start, but it saves time in the long run.
keyser_Soze@xxxxxxx wrote:
>
> What does the
>
> Option Explicit
>
> do?
--
Dave Peterson
.
- References:
- Add new col event?
- From: keyser_Soze
- Re: Add new col event?
- From: Dave Peterson
- Re: Add new col event?
- From: keyser_Soze
- Add new col event?
- Prev by Date: Re: Add new col event?
- Next by Date: Re: Summing cells values based on IF formulas
- Previous by thread: Re: Add new col event?
- Next by thread: determine which column has a value
- Index(es):
Relevant Pages
|