Godders199
Active Member
- Joined
- Mar 2, 2017
- Messages
- 313
- Office Version
- 2013
Hello,, i use the following code to pull the month from the date, i now need to pull the year also , for example September 18. can this be done within this code, or do i need to start again?
If IsDate(db.Cells(w, 4).Value) Then
db.Cells(w, 16).Value = MonthName(Month(db.Cells(w, 4).Value), False)
End If
thanks
If IsDate(db.Cells(w, 4).Value) Then
db.Cells(w, 16).Value = MonthName(Month(db.Cells(w, 4).Value), False)
End If
thanks