ROTINA PARA OBJETO IMAGE
Vc tem razão Marcelo, esse tal de VBA é complicado, mas mudando uma coisa ali e outra aqui, chega-se a um resultado.
For i = 1 To 4
For F = 0 To UBound(Cores)
If LCase(ImgLegenda(i).Tag) = Cores(F) Or LbLegenda(i).Tag = Cores(F) Then
ImgLegenda(i).Visible = True
LbLegenda(i).Visible = True
[ô]
LbLegenda(i).Caption = Cores(F)
LbLegenda(i).AutoSize = True
End If
Next F
Next i
Consegui isso, deu certo por enquanto. Vou fazer mais ums testes.
For i = 1 To 4
For F = 0 To UBound(Cores)
If LCase(ImgLegenda(i).Tag) = Cores(F) Or LbLegenda(i).Tag = Cores(F) Then
ImgLegenda(i).Visible = True
LbLegenda(i).Visible = True
[ô]
LbLegenda(i).Caption = Cores(F)
LbLegenda(i).AutoSize = True
End If
Next F
Next i
Consegui isso, deu certo por enquanto. Vou fazer mais ums testes.
Marcelo, sua dica foi de grande valia, com ela acertei todo código! Obrigado companheiro.
disponha colega.
Tópico encerrado , respostas não são mais permitidas