Nathan, what is the behavior you were expecting?
Should the Active Topics Since default to the last here date after pressing the "Mark All Read" link, or should it keep whatever you had selected?
I would think it should default to the last here date. And to fix that, we just need to update the Cookie that sets that.
And to do that all you have to do is find this line of code:
" <input type=""hidden"" name=""AllRead"" value=""Y"">" & vbNewline & _
and add the following right after it:
" <input type=""hidden"" name=""Cookie"" value=""2"">" & vbNewLine & _