Is there a way to get an object by name?
I have tabs that are identical except for how they are used.
So I have a list box on each tab named by function: lbSelectName, lbInsertName, lbUpdataName, e.t.c.
I also know which tab I am on by enums: Select, Insert Update, e.t.c.
Is there a way to...