Thursday, February 20, 2020

How to get current month details using VBA

 Please paste these lines in VBA macro.



Dim nowMonth As Integer
nowMonth = Month(Now)

No comments:

Post a Comment