Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
for i = 1 to 200 step 3
set rng = cells(i,1) rng.EntireRow.copy Destination:=workbooks("Book2.xls") _ .worksheets(rng.Value).Cells(rows.count,1).End(xlu p)(2) Next -- Regards, Tom Ogilvy "sharon " wrote in message ... I need a macro to copy every 3rd cell in a worksheet and paste it into all corresponding worksheets in another workbook. For Example I have a worksheet will all companies and their rating. And another workbook with each company as a sheet. I need to copy their rating and paste it into their company sheet. Any Help would be appreciated. --- Message posted from http://www.ExcelForum.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy/paste from many worksheets in the same spreadsheet into one r | Excel Worksheet Functions | |||
Copy and paste a name list across worksheets | Excel Discussion (Misc queries) | |||
Copy and Paste between 2 worksheets with VBA | Excel Worksheet Functions | |||
cannot copy and paste worksheets or workbooks | Excel Discussion (Misc queries) | |||
copy/paste data between worksheets | Excel Discussion (Misc queries) |