efernandes67
New Member
- Joined
- Nov 15, 2010
- Messages
- 46
Hi,
I have this code working in excel conditional formatting rule:
IsHoliday is a UDF function that checks if the date is an holiday.
I need to create this code to write the conditional formatting rule in VBA.
Any ideas?
Regards,
Elio Fernande
I have this code working in excel conditional formatting rule:
Code:
=AND(MOD(WEEKDAY(E$11);7)>=2;IsHoliday(E$11)=FALSE)
IsHoliday is a UDF function that checks if the date is an holiday.
I need to create this code to write the conditional formatting rule in VBA.
Any ideas?
Regards,
Elio Fernande