Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Here is what I want to do:
For R = 2 To numRows - 2 Step 3 For C = 6 To 26 .Cells(R, 5) = myArray(1) .Cells(R, 3) = myArray(2) .Cells(R, 2) = myArray(3) .Cells(1, C) = myArray(4) .Cells(R, C) = myArray(5) .Cells(R + 1, C) = myArray(6) .Cells(R + 2, C) = myArray(7) ' Switch to workbooks("Database").Worksheets("Database") ' copy array into columns 1 thru 7 of first empty row starting on row 2 ' Return to Workbooks("Flex2v Original").Worksheets ("data").Activate Next C Next R I obviously need to define some variables and a 1 row 7 column array and a few other things to make this work. Can anyone help. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help to copy some DATA from one workbook to another, | Excel Discussion (Misc queries) | |||
Search Data from one Workbook and copy it into another Workbook | Excel Discussion (Misc queries) | |||
Copy Data from Workbook into specific Worksheet in other Workbook? | Excel Discussion (Misc queries) | |||
copy excel workbook to new workbook without data | Excel Worksheet Functions | |||
Copy data from one workbook to another workbook | New Users to Excel |