I have the following code
I would like the code amended to display the current date i.e todays date in format dd/mm/yyyy
Your assistance in this regard is most appreciated
Code:
ShowDateBox:
IPrompt = "PLEASE ENTER DATE FOR THIS REPORT:" _
& Chr(13) & Chr(10) & Chr(13) & Chr(10) _
& "(Normally Accounting MONTH END date)"
IDeflt = Format(Range(InsImpDate).Value, "dd/mm/yy") ' Define buttons.
ITitle = " SET REPORT DATE " ' Define title.
I would like the code amended to display the current date i.e todays date in format dd/mm/yyyy
Your assistance in this regard is most appreciated