Results 1 to 11 of 11

Paste Selection in next new empty row on different sheet

Threaded View

  1. #1
    Registered User
    Join Date
    07-12-2009
    Location
    Sydney
    MS-Off Ver
    Excel 2007
    Posts
    49

    Paste Selection in next new empty row on different sheet

    This is what I have got so far....can't figure it out though:

    Sub openMarket()
    '
       Range(ActiveCell.offset(0, -29), ActiveCell.offset(0, 0)).Select
       Selection.Copy
       Sheets("Basic Orders").Select
      
          ***'This part I need the selection pasted into next available row in  coloumn "A" below row "12"***
       
        Selection.Insert
        '
    End Sub
    Thanks for any help
    Last edited by DonkeyOte; 07-15-2009 at 02:26 AM.

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