First of all, is something like that even possible because I don't really know. Second, anyone got any ideas?

I want to do smth like instead of typing
vb Code:
  1. Timer1.Start()
I can type
vb Code:
  1. TimerA.Start()
where A is a random integer declared before.