Need a macro to hide certain columns
In , Dave Peterson
spake thusly:
Option Explicit forces you to declare your variables. So if
excel finds something that looks like a variable and it's not
declared, your code won't compile and you'll be shown an error.
Ah. Very good, indeed. Thanks again!
dman (still haven't gotten rid of the slow-calculation blues on that sheet)
|