Hi! In the following code, I want to compare 'time'(in column 2 and column 4) of all 8002 rows if the cells (i,6) and (j,6) are equal. In the Excel sheet for which the macro has been written,
Column 2 contains Start-time(of the beginning of the event).
Column 3 contains the value of the column 2 values in type 'Number'.
Column 4 contains End-time and Column 5 contains the values in type 'Number'.
If the event is being recorded more than once for the same duration of time (for the same column 6 value), the jth row is to be deleted or before deleting, (j,4) has to be transposed to (i,4), in case (j,4) is larger than (i,4).
Every If statement contains atleast 2 lines in the body, so i used If-Then-Else in the same lines and no End If statements.![]()
Please Login or Register to view this content.
The problem tht i am encountering is, that ,i am performing only 2 operations, 'transpose' or 'delete' or both. But nowhere am i changing the values(incrementing,decrementing). The value of (j,4)is itself being altered to some very random time value. Pleas help!
Bookmarks