How do you call a control with it's name defined with a number..
For example
I have a control link3 but I don't know 3, but only have the value hold in a variable 'row'
so.. i tried this:
CType("link" & row, LinkControl).Text = ...
But he gives error, can't convert that string to a linkcontrol!!!
How to do this??
Nico
For example
I have a control link3 but I don't know 3, but only have the value hold in a variable 'row'
so.. i tried this:
CType("link" & row, LinkControl).Text = ...
But he gives error, can't convert that string to a linkcontrol!!!
How to do this??
Nico