Hi All,
I'm trying to set the visible property of some controls on my menubar. This works fine if I refer to the control by name.... can anyone tell me how to refer to the control by it's tag?
CB.Controls("Datei").Visible = True
CB.Controls(TagNr).visible= true???
thanks in anticipation!!
Marion
I'm trying to set the visible property of some controls on my menubar. This works fine if I refer to the control by name.... can anyone tell me how to refer to the control by it's tag?
CB.Controls("Datei").Visible = True
CB.Controls(TagNr).visible= true???
thanks in anticipation!!
Marion