ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   date (https://www.excelbanter.com/excel-programming/338306-date.html)

angelaegbunu

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


Bob Phillips[_6_]

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




angelaegbunu[_2_]

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



All times are GMT +1. The time now is 11:51 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com