Appointment/Meeting Invites using VBA In addition to handling Emails, MS Outlook application also handles calendar appointments & meeting invites. All these items are received in your Inbox. We could identify the difference manually by seeing the icon for each item. But to identify the difference in a VBA code, we […]
Find Last Day of Month – Excel Formula & VBA
November 21, 2024
How to get Last day of Month? Excel has many option to find this End of Month. But in this page, We have given only the direct method. In Excel this formula can fetch you the End of month value. =EOMONTH(“2/12/2023”,0) – This will return the value as “2/28/2023”. This […]
Insert Calendar Control – In Excel Worksheet – Date Picker
Learn how to insert a calendar control into your worksheet. Easy to pick date from the date picker control & display it in the worksheet. Install MSCOMCT2.ocx