Kris75
Board Regular
- Joined
- Jul 29, 2009
- Messages
- 143
Hi
I'm trying to develop a holiday request card whereby the user can enter a start date and and end date.
This information is entered using a userform and is then recorded in separate columns on the worksheet.
What i need to do is to set up a way whereby the user cannot enter the same dates, or dates within the same period.
Column E will contain all the start Dates ( E10 = 01/01/2012)
Collumn F will contain all the End Dates (F10 = 03/01/2012)
Can anyone Help
I'm trying to develop a holiday request card whereby the user can enter a start date and and end date.
This information is entered using a userform and is then recorded in separate columns on the worksheet.
What i need to do is to set up a way whereby the user cannot enter the same dates, or dates within the same period.
Column E will contain all the start Dates ( E10 = 01/01/2012)
Collumn F will contain all the End Dates (F10 = 03/01/2012)
Code:
[TABLE="width: 489"]
<TBODY>[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][B]0</SPAN>[/B]
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][B]Type of</SPAN>[/B]
[/TD]
[TD][B]Date of</SPAN>[/B]
[/TD]
[TD="colspan: 2"][B]Inclusive</SPAN>[/B]
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][B]Request</SPAN>[/B]
[/TD]
[TD][B]Request</SPAN>[/B]
[/TD]
[TD][B]From</SPAN>[/B]
[/TD]
[TD][B]To</SPAN>[/B]
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]1</SPAN>
[/TD]
[TD]Holiday</SPAN>
[/TD]
[TD][/TD]
[TD]01/01/2012</SPAN>
[/TD]
[TD]01/02/2012</SPAN>
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]2</SPAN>
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]3</SPAN>
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]4</SPAN>
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]5</SPAN>
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</TBODY>[/TABLE]
Can anyone Help