ericsilvapereira Postado Agosto 29, 2011 Denunciar Share Postado Agosto 29, 2011 Sub Geral()Sheets("Boletim de Ocorrência").SelectIf H30 <= 11 Then Sheets("Estatística").Select Range("BA5:BH5").Select Selection.ClearContents Range("BA5").Select ActiveCell.FormulaR1C1 = "X"If 12 >= H30 <= 17 Then Sheets("Estatística").Select Range("BA5:BH5").Select Selection.ClearContents Range("BB5").Select ActiveCell.FormulaR1C1 = "X"If 18 >= H30 <= 24 Then Sheets("Estatística").Select Range("BA5:BH5").Select Selection.ClearContents Range("BC5").Select ActiveCell.FormulaR1C1 = "X"If 25 >= H30 <= 29 Then Sheets("Estatística").Select Range("BA5:BH5").Select Selection.ClearContents Range("BD5").Select ActiveCell.FormulaR1C1 = "X"If 30 >= H30 <= 34 Then Sheets("Estatística").Select Range("BA5:BH5").Select Selection.ClearContents Range("BE5").Select ActiveCell.FormulaR1C1 = "X"If 35 >= H30 <= 64 Then Sheets("Estatística").Select Range("BA5:BH5").Select Selection.ClearContents Range("BB5").Select ActiveCell.FormulaR1C1 = "X"If H30 >= 65 Then Sheets("Estatística").Select Range("BA5:BH5").Select Selection.ClearContents Range("BB5").Select ActiveCell.FormulaR1C1 = "X"Else Sheets("Estatística").Select Range("BA5:BH5").Select Selection.ClearContents Range("BH5").Select ActiveCell.FormulaR1C1 = "X"End IfEnd IfEnd IfEnd IfEnd IfEnd IfEnd IfEnd Sub Citar Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
ericsilvapereira
Sub Geral()
Sheets("Boletim de Ocorrência").Select
If H30 <= 11 Then
Sheets("Estatística").Select
Range("BA5:BH5").Select
Selection.ClearContents
Range("BA5").Select
ActiveCell.FormulaR1C1 = "X"
If 12 >= H30 <= 17 Then
Sheets("Estatística").Select
Range("BA5:BH5").Select
Selection.ClearContents
Range("BB5").Select
ActiveCell.FormulaR1C1 = "X"
If 18 >= H30 <= 24 Then
Sheets("Estatística").Select
Range("BA5:BH5").Select
Selection.ClearContents
Range("BC5").Select
ActiveCell.FormulaR1C1 = "X"
If 25 >= H30 <= 29 Then
Sheets("Estatística").Select
Range("BA5:BH5").Select
Selection.ClearContents
Range("BD5").Select
ActiveCell.FormulaR1C1 = "X"
If 30 >= H30 <= 34 Then
Sheets("Estatística").Select
Range("BA5:BH5").Select
Selection.ClearContents
Range("BE5").Select
ActiveCell.FormulaR1C1 = "X"
If 35 >= H30 <= 64 Then
Sheets("Estatística").Select
Range("BA5:BH5").Select
Selection.ClearContents
Range("BB5").Select
ActiveCell.FormulaR1C1 = "X"
If H30 >= 65 Then
Sheets("Estatística").Select
Range("BA5:BH5").Select
Selection.ClearContents
Range("BB5").Select
ActiveCell.FormulaR1C1 = "X"
Else
Sheets("Estatística").Select
Range("BA5:BH5").Select
Selection.ClearContents
Range("BH5").Select
ActiveCell.FormulaR1C1 = "X"
End If
End If
End If
End If
End If
End If
End If
End Sub
Link para o comentário
Compartilhar em outros sites
0 respostass a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.