Hello
How can i get 1st day of the month and last day of the month in respective textboxes
with the below code
Option Explicit
Public gDate As Date, ldate As Date, lastDay As Long
Private Sub cmdGetFirstLastDay_Click()
Dim yearNo As Integer, monthNo As Integer, dayNo As Integer
yearNo =...