Results 1 to 4 of 4

Adding more rows to the row count from another sheet.

Threaded View

  1. #1
    Registered User
    Join Date
    06-22-2011
    Location
    Spring Hill, TN
    MS-Off Ver
    Excel 2016
    Posts
    8

    Adding more rows to the row count from another sheet.

    The code below works to copy the formulas down based on the number of rows on the Items sheet. But, the Data sheet has 9 rows of header data so I need to add that amount of rows to whatever the count is from the Items sheet. Any help would be appreciated


    Sub CopyDataFormulasDown()
    '
    ' CopyDataFormulasDown Macro
    '
    ' Keyboard Shortcut: Ctrl+Shift+D
    '
        Range("A2:C2").AutoFill Destination:=Range("A2:C" & Worksheets("Items").Cells(Rows.Count, "A").End(xlUp).Row)
    End Sub
    Last edited by reddobe; 08-03-2011 at 04:41 PM. Reason: Solved

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