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 11:33 AM.
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
Eighty Twenty Spreadsheet Automation http://homepage.ntlworld.com/martin.rice1/ for all your Excel customisation and consulting needs.
If my solution has saved you time and/or money, please consider donating to Cancer Research UK.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks