Good Afternoon everyone,
I'm trying to figure this code to fix the following issue. So this Excel macro has 3 sheets (Old, New, and Results), it works by adding an old report to the "Old sheet" and adding
a new report to "New Sheet". When I run the macro it shows me New orders, Revised Orders, or cancelled on the "Results sheet" and is color coded however I came across an error. If you look at order # 90946 on the second row it shows that is a New order. It's supposed to be revised or "Version" (Yellow) because the version changed from 1 to 2 based on the Old sheet and New Sheet. If you look at order # 99047 on the Results tab you know that it's correct because it went from version 8 to 9. I don't know why order 90946 shows that is New, it's supposed to be a version change from 1 to 2.
I've attached the excel macro and VBA code is below. Please and thank you.
VBA Code:
![]()
Please Login or Register to view this content.
Bookmarks