Results 1 to 4 of 4

Thread: VB.Net Select Case troubles

  1. #1
    Join Date
    Aug 2008
    Location
    USA
    Posts
    8
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default VB.Net Select Case troubles

    Why in the world will this not work? I know the date is 9/1 going into it.

    Code:
    ElseIf thedate.Month = 9 And thedate.DayOfWeek = DayOfWeek.Monday Then
                Select Case thedate.Day
                    Case 1 To 7
                        thedate.AddDays(1)
                End Select

  2. #2
    Join Date
    Aug 2008
    Location
    USA
    Posts
    8
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    No help, eh?

  3. #3
    Join Date
    Aug 2008
    Location
    USA
    Posts
    8
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    I figured it out...

  4. #4
    Join Date
    Apr 2006
    Posts
    429
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    good for you....
    Please don't mind me. I am just posting a lot of nonsense.

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
  •