How do you call a control with its name defined with a number..
For example
I have a control link3 but I dont 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, cant convert that string to a linkcontrol!!!
How to do this??
Nico
For example
I have a control link3 but I dont 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, cant convert that string to a linkcontrol!!!
How to do this??
Nico