Hi team,
I am building a custom ribbon UI Workbook.
I am using this (see below) to get Today's Date.
Function mydate()
mydate = Date
End Function
+
Sub DATE(control As IRibbonControl, ByRef label)
label = "" & mydate & ""
End Sub
Then I am using this (see below) to get Today's Weekday...