Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() How do I update the following code and any code to work between 2 files I will run the program from the original document (called "Rundw" within sheet1. I need to move sheets 11 - 14 to another file calle "Run_database" "For i = 11 To 14 Set rng = Sheets("Sheet " & i).Range(rngArray(i - 11))" Sub test2() Dim r As Range, c As Range, rngArray, Data As Range, rng As Range Dim i As Integer, ii As Integer Set Data = Sheets("sheet1").Range("ck133:dt144") rngArray = Array("D5:IT7", "D5:IT28", "D5:IT144", "D5:IT645") For i = 11 To 14 Set rng = Sheets("Sheet " & i).Range(rngArray(i - 11)) For ii = 1 To rng.Columns.Count Step 2 For Each r In rng.Columns(i) Set c = Data.Find(what:=r.Value, looat:=xlWhole) If Not c Is Nothing Then r.Offset(, 1) = r.Offset(, 1 + 1 Next Next Next End Su -- dkenebr ----------------------------------------------------------------------- dkenebre's Profile: http://www.excelforum.com/member.php...info&userid=76 View this thread: http://www.excelforum.com/showthread.php?threadid=39503 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to update a column in a work based on another work sheet | New Users to Excel | |||
Can't get update to work | Setting up and Configuration of Excel | |||
How do I save/update work to appear in 2 seperate files? | Excel Discussion (Misc queries) | |||
DO NOT update links doesn't work for me. | Excel Discussion (Misc queries) | |||
2 files, mass update comments between files | Excel Worksheet Functions |