+ Reply to Thread
Results 1 to 3 of 3

date

  1. #1
    Registered User
    Join Date
    08-25-2005
    Posts
    2

    Post date

    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

  2. #2
    Bob Phillips
    Guest

    Re: 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" <angelaegbunu.1ubsah_1124982340.6583@excelforum-nospam.com>
    wrote in message
    news:angelaegbunu.1ubsah_1124982340.6583@excelforum-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. #3
    Registered User
    Join Date
    08-25-2005
    Posts
    2
    Thanks do appreciate ur help

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1