+ Reply to Thread
Results 1 to 2 of 2

I want to format date cells for the 15th of every month..

  1. #1
    Maggie
    Guest

    I want to format date cells for the 15th of every month..

    I am making a spread sheet by month receiving payments on the 15th. How do I
    format the cell to account for a 31 day month vs. a 30 day month.

    Thanks.

  2. #2
    Bob Phillips
    Guest

    Re: I want to format date cells for the 15th of every month..

    How about

    For i = 1 To 12
    Cells(i,"A").Value = dateSerial(Year(Date),i,15)
    Next i

    --
    HTH

    Bob Phillips

    (replace somewhere in email address with gmail if mailing direct)

    "Maggie" <Maggie@discussions.microsoft.com> wrote in message
    news:F722D9F1-0A7B-48AC-84CC-EBBD30666E0A@microsoft.com...
    > I am making a spread sheet by month receiving payments on the 15th. How

    do I
    > format the cell to account for a 31 day month vs. a 30 day month.
    >
    > Thanks.




+ 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