Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I would like to write a procedure in the VB Editor such that the following operation (detailed below) can be done at one go. I have data in each of 12 columns of 20 Consecutive Rows. Ex. From Rows 23 to 42, Columns D to O Additionally I have data in Row 7, Column D to O. Now I have to Copy each of the 20 Rows, one at a time, and paste it in Row 8, Column D to O. The First operation occurs when Row 23 is selected, copied and pasted on Row 8. Based upon the data pasted in Row 8 along with that already resident in Row 7, a calculated value is generated in Row 8, Column P (P8). The value in Cell (P8) is copied and pasted in Row 9 Column A,i.e., Cell (A9). In the second operation, Row 24 is selected, copied and pasted on Row 8. Based upon the changed data in Row 8, along with that resident in Row 7, a calculated value is again generated in Row 8 Column P (P8). Subsequently the new value in Cell (P8) is copied and pasted in Row 9 Column B,i.e., Cell (B9). So for each of the 20 Rows pasted at the same location of Row 8, one by one, I shall generate 20 calculated values that would be available from (A9) to (T9). Depending upon the highest value among these cells, the Row that was responsible for the same (i.e. one of the Rows between Rows 23 to 42), shall be permanently copied and pasted in Row 8 location. I hope I have been able to explain it clearly. What I understand that I have to write the code with a few Do.. While statements, but cannot fathom how to denote which particular Row to be copied and pasted and how to increment by one row at a time for the "Copy & Paste" operation. Pls Help |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF command and copying and pasting whole rows | Excel Discussion (Misc queries) | |||
Copying and Pasting Rows Macro | Excel Discussion (Misc queries) | |||
Prevent user from copying pasting at run time | Excel Programming | |||
copying and pasting with hidden rows | Excel Discussion (Misc queries) | |||
Dynamic copying & pasting of rows | Excel Programming |