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.
#59950
Pessoal,

Como que eu aciono uma macro ao clicar em uma específica célula?

Exemplo, se clicar na celula A1 ele abre um input box, e se eu clicar em qualquer outras células eu apago o conteúdo de um range específico?

Obrigado
#59953
Executa ao selecionar a célula.
Código: Selecionar todos
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
 If Target.Address = "$A$1" Then
  MsgBox "código InputBox"
 Else: Range("K1:M10") = ""
 End If
End Sub
ou
Executa ao aplicar duplo clique na célula.
Código: Selecionar todos
Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean)
 If Target.Address = "$A$1" Then
  MsgBox "código InputBox"
 Else: Range("K1:M10") = ""
 End If
 Cancel = True
End Sub
Legalico agradeceu por isso
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