F
Fredriksson via OfficeKB.com
I would like to initialize a text box in a user form with the last day of the
month calculated from the current date (Today)
I tried the following:
Private Sub UserForm_Initialize()
Me.AcctPeriodInputBox.Value = EOMONTH(Date)
End Sub
How do I use Functions that are in Excel to calculate values in a macro?
month calculated from the current date (Today)
I tried the following:
Private Sub UserForm_Initialize()
Me.AcctPeriodInputBox.Value = EOMONTH(Date)
End Sub
How do I use Functions that are in Excel to calculate values in a macro?