Create an array of the timers, eg:
Code:
Private TmrBtn() as Timer = {TmrBtn1, TmrBtn2, ... , TmrBtn24}
...and then you can refer to each of them as you wanted.

Note that using a single timer as suggested above could well be the better option.