Comparing data in cells

D

Del

I've got some experience with VBA in Access but I am new to Excel VBA. My
customer provides me with large spreadsheets for each revision of a product I
build for them. They frequently make minor changes to one or two of the
records which places me in the position of comparing line for line, cell for
cell to find the changes. It takes hours and it will not work to have my
customer flag the changes for me. So, I'd like to put some code together
that will compare the data between revisions. In Access I'd use a StrComp
Function. Is there a similar function in Excel that I could use?

I have tried to import the spreadsheets into Access to do the compare but
ran into difficulty keeping the records in the same order until I could tag
them with unique IDs. Keeping the records in the same order during the
transfer was eccential.

Thanks for you help,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top