willianrc,
Boa noite!
Você pode usar esse código:
Sub Teste()
Dim i As Long
Dim UltimaLinha as Long
Dim Texto As String
UltimaLinha = Sheets ("Plan1").Cells(Cells.Rows.Count, 1).End(xlUp).Row
For i = 2 To UltimaLinha
If Month(CDate(Range("B" & i).Value)) = Month(Date)
Texto = Texto & Range("A" & i).Value & " - " & Range("B" & i).Value
EndIf
Next
Magbox Texto
End Sub
Desenvolvo pequenas soluções em VBA Excel a valores que variam entre R$ 50,00 a R$ 200,00. Se te interessar, entre no meu instagran (vba_excel_desenvolvimento)
Atenciosamente
Wagner Morel
Postado : 30/05/2017 5:54 pm