Este fórum está sendo desativado

Depois de 9 anos, este fórum será desativado. Mas calma.... estamos migrando para uma comunidade no DISCORD. Junte-se a nós.

ENTRAR PARA DISCORD

Tópicos relacionados a códigos VBA, gravação de macros, etc.
Por Lurosan
#30073
Pessoal, boa tarde.
Estou há tempos tentando resolver um problema; mas sem sucesso!! :|

Inserir alguns Controles ActiveX numa planilha, por exemplo: Label1, Label2..., e um CommandButton1.

Tenho este comando que deixam todos os objetos não visíveis, com exceção do CommandButton:
Worksheets("Plan3").OLEObjects.Visible = False
CommandButton1.Visible = True

Meu desafio é deixar visível a Label1 se o texto da célula A1 = Label1, deixar visível a Label2 se o texto da célula A1 = Label2

Muito agradecido.
Por osvaldomp
#30074
Experimente:
Código: Selecionar todos
Sub ExibeLabel()
 Dim objX As Object
  With Sheets("Plan3")
   For Each objX In .OLEObjects
    If objX.Name = .[A1] Then objX.Visible = True
   Next
  End With
End Sub
long long title how many chars? lets see 123 ok more? yes 60

We have created lots of YouTube videos just so you can achieve [...]

Another post test yes yes yes or no, maybe ni? :-/

The best flat phpBB theme around. Period. Fine craftmanship and [...]

Do you need a super MOD? Well here it is. chew on this

All you need is right here. Content tag, SEO, listing, Pizza and spaghetti [...]

Lasagna on me this time ok? I got plenty of cash

this should be fantastic. but what about links,images, bbcodes etc etc? [...]

Estamos migrando para uma comunidade no Discord