VBA Reminder 2 working days before last working day of the month

trev24

New Member
Joined
Aug 14, 2014
Messages
10
Hi everyone!

I am currently having a hard time finding the code that would remind me 2 working days before the first working day of the month. I am using Excel 2010. Any help is very much appreciated! Thank you!
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
This formula is working for me; it just gives either a "Y" or "N" as to whether or not today is two working days before the first working day of the next month.

Code:
=IF(WORKDAY(WORKDAY(EDATE(DATE(YEAR(TODAY()),MONTH(TODAY()),1),1)-1,1),-2)=TODAY(),"Y","N")
For VBA I guess you could use "Evaluate"?

Hope this helps,

Chris.
 
Upvote 0
please help me

in excel 2016 how to do excel date reminder in sheet1 automatic find before 30 days including month year .

For example ,
Today 01/07/2016 end date 30/08/2016 reminder 01/07/2016 until change the date.

please help me
pavi
 
Upvote 0

Forum statistics

Threads
1,203,399
Messages
6,055,174
Members
444,767
Latest member
bryandaniel5

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top