#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default date


hi, i need help with writing a code that would allow me to input dat
between mondays to saturdays monthly excluding sundays. Does anyon
know how to go about this please, help needed urgently.

Thanks, angel

--
angelaegbun
-----------------------------------------------------------------------
angelaegbunu's Profile: http://www.excelforum.com/member.php...fo&userid=2663
View this thread: http://www.excelforum.com/showthread.php?threadid=39906

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default date

Hi Angela,

Here is some sample code

Dim ans
ans = InputBox("Input date")
If ans < "" Then
If IsDate(ans) Then
If ActiveSheet.Evaluate("Weekday(""" & Format(ans, "yyyy/mm/dd")
& """,2)") 5 Then
MsgBox "weekends not allowed"
End If
Else
MsgBox "dates only"
End If
End If


--

HTH

RP
(remove nothere from the email address if mailing direct)


"angelaegbunu"
wrote in message
news:angelaegbunu.1ubsah_1124982340.6583@excelforu m-nospam.com...

hi, i need help with writing a code that would allow me to input date
between mondays to saturdays monthly excluding sundays. Does anyone
know how to go about this please, help needed urgently.

Thanks, angela


--
angelaegbunu
------------------------------------------------------------------------
angelaegbunu's Profile:

http://www.excelforum.com/member.php...o&userid=26633
View this thread: http://www.excelforum.com/showthread...hreadid=399069



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default date


Thanks do appreciate ur help:)


--
angelaegbunu
------------------------------------------------------------------------
angelaegbunu's Profile: http://www.excelforum.com/member.php...o&userid=26633
View this thread: http://www.excelforum.com/showthread...hreadid=399069

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Concatenate including a date so that the date appears as a date Zembu Excel Worksheet Functions 2 January 6th 10 06:09 PM
date in Cell to change colors if the date is beyond today's date Pete Elbert Excel Discussion (Misc queries) 2 June 6th 09 06:31 AM
Making a date go red, if date passes todays date. Jamie Excel Worksheet Functions 2 September 9th 08 02:14 PM
Report Date - Date Recv = Days Late, but how to rid completed date MS Questionnairess Excel Worksheet Functions 1 January 24th 07 11:05 PM
Date updates from worksheet to chart & changes date to a date series! Help!! Jayjg Charts and Charting in Excel 2 January 22nd 05 03:00 PM


All times are GMT +1. The time now is 10:16 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"