I’m looking for vba code to move down the cell contents in an active cell (column A) down one cell and move the cell contents underneath the active cell up one, by criteria, and repeat the loop until the first empty row in Column A
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o> </o>
Column A Column D<o></o>
Safety Vendor 5
General Vendor 3
Property Vendor 2<o></o>
Casualty Vendor 2
Taxi Vendor 5<o></o>
Products Vendor 10<o></o>
<o> </o><o> </o>
When the following criteria is meet in column D
>4
The active cell contents in column A drop down one cell and be replaced with the cell contents below. <o></o>
<o> </o>
If I ran the code the table above would now look: <o></o>
<o> </o>
Column A Column D<o></o>
General Vendor 3 (Moved Up One from orginial)
Safety Vendor 5 (Moved Down One from orginial)
Property Vendor 2
Casualty Vendor 2<o></o>
Products Vendor 10 (Moved Up One from orginial)
Taxi Vendor 5 (Moved Down One)
and would continue all the way down the columns until the first empty row.
Appreciate any assistance you can provide!
<o></o>
<o> </o>
Hope you can help<o></o>
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o> </o>
Column A Column D<o></o>
Safety Vendor 5
General Vendor 3
Property Vendor 2<o></o>
Casualty Vendor 2
Taxi Vendor 5<o></o>
Products Vendor 10<o></o>
<o> </o><o> </o>
When the following criteria is meet in column D
>4
The active cell contents in column A drop down one cell and be replaced with the cell contents below. <o></o>
<o> </o>
If I ran the code the table above would now look: <o></o>
<o> </o>
Column A Column D<o></o>
General Vendor 3 (Moved Up One from orginial)
Safety Vendor 5 (Moved Down One from orginial)
Property Vendor 2
Casualty Vendor 2<o></o>
Products Vendor 10 (Moved Up One from orginial)
Taxi Vendor 5 (Moved Down One)
and would continue all the way down the columns until the first empty row.
Appreciate any assistance you can provide!
<o></o>
<o> </o>
Hope you can help<o></o>