+ Reply to Thread
Results 1 to 3 of 3

Code that copys the first row in my spreadsheet and pastes it in the first empty row avail

Hybrid View

behnam Code that copys the first row... 07-16-2013, 06:49 AM
ragulduy Re: Code that copys the first... 07-16-2013, 06:50 AM
behnam Re: Code that copys the first... 07-16-2013, 10:21 AM
  1. #1
    Registered User
    Join Date
    06-18-2013
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    46

    Code that copys the first row in my spreadsheet and pastes it in the first empty row avail

    Hey there

    What I need is VBA code that copys the first row in my spreadsheet and pastes it in the first empty row available (This is going to be at the bottom).

  2. #2
    Forum Expert
    Join Date
    04-22-2013
    Location
    .
    MS-Off Ver
    .
    Posts
    4,418

    Re: Code that copys the first row in my spreadsheet and pastes it in the first empty row a

    Sub macro_1()
    rows(1).copy rows(range("A" & rows.count).end(xlup).row+1)
    end sub

  3. #3
    Registered User
    Join Date
    06-18-2013
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    46

    Re: Code that copys the first row in my spreadsheet and pastes it in the first empty row a

    Thank you this worked perfectly

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Macro code to past cells from a different spreadsheet to next empty cell
    By glock9mm in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 03-23-2013, 02:38 AM
  2. Replies: 1
    Last Post: 10-03-2012, 07:06 PM
  3. [SOLVED] Automating a macro that copies and pastes data and pastes 2 rows under the previous one.
    By thebank in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-30-2012, 05:02 PM
  4. Auto select yes line required in macro code - tried suggestions found on net to no avail
    By Andrew E Smith in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-27-2012, 09:25 AM
  5. [SOLVED] Loop that Copys from one sheet and pastes to another
    By JI in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-28-2006, 01:40 PM

Tags for this Thread

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