I need some help formatting the NOW() function to display the current date as dd/mm/yy, at present it displays the date and time, i dont want the time included. Im using the code below to email a worksheet and i want the current date to be in the title:
![]()
Application.Dialogs(xlDialogSendMail).Show "MyName@MyCompany.domain", fieldone & " " & fieldtwo & " " & Now() & " Name of workbook", True
Bookmarks