Results 1 to 5 of 5

Copy cell range to the last empty raw

Threaded View

  1. #1
    Registered User
    Join Date
    05-11-2014
    MS-Off Ver
    Excel 2003
    Posts
    6

    Copy cell range to the last empty raw

    Hello there,

    I am a newbie! I am trying to create a macro that I can execute for each sheet were it copies a cell range to the last empty raw in column A. I have one workbook, Excel 2007, that contain many worksheets (UnitA, UnitB, etc.) I am trying to run the following in each worksheet and I am getting mix results.

    
    Sub EnterRowDown()
    '
    ' EnterRowDown Macro
    '
    ' Keyboard Shortcut: Ctrl+Shift+D
    '
        ActiveSheet.Select
        Range("A1048576:I1048576").Select
        Selection.Copy
        Range("A3").Select
        Selection.End(xlDown).Select
        ActiveSheet.Paste
        Application.CutCopyMode = False
    End Sub
    * Range("A3") are my headers.
    * Range("A1048576:I1048576") is the formula and cell format that I wish to copy. All worksheets have the same range and raw/columns location.

    What am I missing here?

    Thanks in advance!

    All the best,

    E-
    Last edited by enetworks; 05-12-2014 at 02:25 AM. Reason: Use code tags around code per

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Need to find empty filled cells in a column and copy to the empty cell below
    By Grahamfeeley in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-30-2014, 10:09 AM
  2. how to copy a range of cells, paste them and then find next empty cell
    By comp23 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-01-2013, 03:34 PM
  3. [SOLVED] Copy and Paste Cells to Next empty cell in range
    By oddinho2 in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 09-20-2013, 12:51 PM
  4. copy range of formulas when cell is empty
    By nikenis in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-17-2012, 07:14 AM
  5. Copy range if the cell is not empty
    By marreco in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 03-22-2012, 05:43 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