View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Dallman Ross Dallman Ross is offline
external usenet poster
 
Posts: 390
Default 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)