+ Reply to Thread
Results 1 to 2 of 2

Loop

  1. #1
    JohnUK
    Guest

    Loop

    Hi, I need a code that can pick up a date from one cell
    (B1)and drop it into the first empty cell under a list of
    dates in Column H
    Many thanks in advance

  2. #2
    Bob Phillips
    Guest

    Re: Loop


    iFreeRow = Cells(Rows.Count,"H").End(xlUp).Row + 1
    Cells(iFreeRow,"H").Value = Range("B1").Text

    --

    HTH

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


    "JohnUK" <[email protected]> wrote in message
    news:[email protected]...
    > Hi, I need a code that can pick up a date from one cell
    > (B1)and drop it into the first empty cell under a list of
    > dates in Column H
    > Many thanks in advance




+ 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