Results 1 to 6 of 6

Thread: Halp! Excel data exporting

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    VBAX Newbie
    Joined
    Jul 2014
    Posts
    4
    Location
    With workbook("book1").worksheets("sheet1")
    .range("B5:B1`3").copy
    With workbooks(*"book2").worksheets("sheet1")
    ,cells(rows.count,"A").end(xlup).offset(1,0).pastespecial
    End With
    End With

    I found this on a random website, would there be a way to modify it to my needs? Would it work at all?

    *Note: I tried to fix the indentation but the forum trims leading spaces & tab selects the next element on the webpage. Not too sure how to make it more legible for you guys!
    Last edited by Warlow; 07-09-2014 at 08:58 PM. Reason: trying to fix formatting with indentation

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •