View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] Abraham.Olson@gmail.com is offline
external usenet poster
 
Posts: 28
Default Sub that has an input of an array of ranges... what's wrong?

Thanks Jim and Norman. Works great now. I had forgotten to add an
Option Explicit to the top of the module, that was the source of the
majority of the problems, but its great to see good examples of good
code, esp. as I am just starting out.

-Abe