VBA delete row above if

Sparda142

Board Regular
Joined
Dec 19, 2018
Messages
52
Hello,


Im not great at vba so im looking for some help. Im looking say if in column A, Delete the row above if date value in A1 does not match the date value in A2

a
1
8/1/2019 9:16

<tbody>
</tbody>
2
7/22/2019 21:04

<tbody>
</tbody>
3
7/22/2019 20:55

<tbody>
</tbody>
4
7/22/2019 20:55

<tbody>
</tbody>
5
6
8/1/2019 9:16

<tbody>
</tbody>
7
8/1/2019 14:02

<tbody>
</tbody>

<tbody>
</tbody>
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
"yes" is nowhere near the correct answer to what "My Aswer Is This" asked you.

What he (and me) want to know is this... you gave and example of you data, now tell us what rows are to be deleted.
 
Upvote 0
My apologies, I was switching between screens when i wrote "yes"

Basically what i'm trying to say is if the cell a1 date value is not the date value of the cells below delete the row. However if the cell is blank within the column do nothing
 
Upvote 0
Basically what i'm trying to say is if the cell a1 date value is not the date value of the cells below delete the row. However if the cell is blank within the column do nothing
So Rows 2, 3 and 4 should be deleted?
 
Upvote 0
You still did not answer my question.
My apologies, I was switching between screens when i wrote "yes"

Basically what i'm trying to say is if the cell a1 date value is not the date value of the cells below delete the row. However if the cell is blank within the column do nothing
 
Upvote 0
I will see Ricks answer to this. Considering skipping blank rows I have no answer.
 
Upvote 0

Forum statistics

Threads
1,221,418
Messages
6,159,793
Members
451,589
Latest member
Harold14

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top