+ Reply to Thread
Results 1 to 2 of 2

Link one workbook to another workbook?

Hybrid View

  1. #1
    Registered User
    Join Date
    10-31-2006
    Posts
    1

    Link one workbook to another workbook?

    I have a Master Log in an Excel workbook with all my vendors, It has (date,Quote#,ect...) I also have an Excel workbook that contains the format PO Request, It also has (date, Quote#, Part#, ect...) so I need to get the information from the PO Request form into the Master Log. I've tried Macros it's work as far as pasting all the information into the Master Log, however it will not add a a line it will enter the information on the same line over again, How can I do this without having to copy and paste everything, is there a more efficient way for this process? Any information would help. Thanks!
    Last edited by 22bigboss; 10-31-2006 at 12:33 PM.

  2. #2
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967

    Response

    It sounds like you have recorded a macro which is faithfully replaying your exact actions. I would suggest editting this macro such that it found the next available empty cell.

    Something like the line

    Cells(65536,1).end(xlup).offset(1,0).select

    just before the paste line might do the trick.
    Martin

+ Reply to Thread

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