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.
  • Avatar do usuário
#6828
Bom dia!
Gostaria de ver uma maneira de vincular a ativação de uma Caixa de Seleção a Botões de Opção, seria uma coisa tipo: a planilha teria 03 Botões de Opção e uma Caixa de Seleção, quando o botão 01 ou 03 estivesse marcado, a caixa de seleção ficaria ativa, podendo ser selecionada ou não, caso fosse marcado o botão 02 a caixa de seleção ficaria inativa (acinzentada por exemplo), não podendo ser modificada, neste caso ela ficaria desmarcada por default.
#6886
Consegui ajuda em outro fórum, segue resposta:
Private Sub OptionButton1_Click()
If OptionButton1 Then
CheckBox1.Enabled = True
CheckBox1.Value = False
End If
End Sub

Private Sub OptionButton2_Click()
If OptionButton2 Then
CheckBox1.Value = False
CheckBox1.Enabled = False
End If
End Sub

Private Sub OptionButton3_Click()
If OptionButton3 Then
CheckBox1.Enabled = True
CheckBox1.Value = False
End If
End Sub

Abçs.
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