Well just as the subject says I want to compare rows of data to see who made the changes.
I have a audit log that saves any change and tracks who did that change, the issue is that my users are not going to be able to read that data very well.
What I want is some VBA to analyze the data and figure out who changed it and then put it together into a box that users can clearly see what happened.
I wanted to see if anyone can give me pointers on how to get started, or any tips on how to make this happen.
See the sample of what I am trying to do:
I have a audit log that saves any change and tracks who did that change, the issue is that my users are not going to be able to read that data very well.
What I want is some VBA to analyze the data and figure out who changed it and then put it together into a box that users can clearly see what happened.
I wanted to see if anyone can give me pointers on how to get started, or any tips on how to make this happen.
See the sample of what I am trying to do: