Hi everyone,
I am trying to code a macro that would allow me to compare infomation in two separate workbooks and create a third workbook with the exceptions listed. A few things to note:
1) The information is in the form of a data tape in the speadsheet one file.
2) All differences with be reported in a exceptions report in a separate sheet of the same file.
3) The sequence of the information displayed in the data tapes do not necessarily have to be the same for the sheets being compared. The key (or holder) to each data point will be the Data Label.
4) There is the possibility that the order within the two sheets will change. Therefore, a constant could be the ID number of each row of data.
3) In terns of formatting, I will need to design an initial user form that will give me the option of choosing how many decimals i will like to take out certain numbers to (does not have to be universal). So basically, I can choose from a dropdown, the data labels, and also insert a number of decimal places. For example: The price in dollar amounts can be till 2 decimal places and interest rate will be seven decimal places.
I am quite the noobie in VBA but have had minor experience. Just donot know how to start this off. Any pointers would be most helpful.
Thanks.
I am trying to code a macro that would allow me to compare infomation in two separate workbooks and create a third workbook with the exceptions listed. A few things to note:
1) The information is in the form of a data tape in the speadsheet one file.
2) All differences with be reported in a exceptions report in a separate sheet of the same file.
3) The sequence of the information displayed in the data tapes do not necessarily have to be the same for the sheets being compared. The key (or holder) to each data point will be the Data Label.
4) There is the possibility that the order within the two sheets will change. Therefore, a constant could be the ID number of each row of data.
3) In terns of formatting, I will need to design an initial user form that will give me the option of choosing how many decimals i will like to take out certain numbers to (does not have to be universal). So basically, I can choose from a dropdown, the data labels, and also insert a number of decimal places. For example: The price in dollar amounts can be till 2 decimal places and interest rate will be seven decimal places.
I am quite the noobie in VBA but have had minor experience. Just donot know how to start this off. Any pointers would be most helpful.
Thanks.