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.
#33909
Prezados amigos,

Estou com um problema para executar dois Worksheet na mesma planilha. Gostaria do apoio de vcs para juntar os Worksheet descrito abaixo.

Private Sub Worksheet_Change(ByVal Target As Range)
Dim hVal
If Target.Cells.Count > 1 Then Exit Sub
If Intersect(Target, Range("b12:e42")) Is Nothing Then Exit Sub
With Target
hVal = Format(.Value, "0000")
If IsNumeric(hVal) And Len(hVal) = 4 Then
Application.EnableEvents = False
.Value = Left(hVal, 2) & ":" & Right(hVal, 2)
.NumberFormat = "[h]:mm"
End If
End With
Application.EnableEvents = True
End Sub

e

Private Sub Worksheet_Change(ByVal Target As Range)

If Target.Address = "$Q$6" Then
Range("B12:E42").ClearContents
Range("P12:p42").ClearContents
End If

End Sub
#33910
Código: Selecionar todos
Private Sub Worksheet_Change(ByVal Target As Range)
 Dim hVal
  If Target.Count > 1 Then Exit Sub
   If Not Intersect(Target, Range("B12:E42")) Is Nothing Then
    With Target
     hVal = Format(.Value, "0000")
     If IsNumeric(hVal) And Len(hVal) = 4 Then
      Application.EnableEvents = False
      .Value = Left(hVal, 2) & ":" & Right(hVal, 2)
      Application.EnableEvents = True
      .NumberFormat = "[h]:mm"
     End If
    End With
   ElseIf Target.Address = "$Q$6" Then
    Range("B12:E42,P12:P42").ClearContents
   End If
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