Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 44
Default Comparing two workbooks

Hi,

I have two workbooks each with around 20 worksheets in
them. The names of the worksheets are identical. Each
worksheet has 13 columns with about 50 rows of data. One
workbook is the original workbook, the second has been
modified by the client. We could not use the track
changes feature because of the shared facility being used
and other issues. We thoroughly investigated that option
first.

We now need to identify which rows on which sheet contain
changed data. The data could be simply changed,or it could
be deleted or added rows. I have thought of importing
into acces then running a query but hope that there migt
be a VBA way of looping through the rows comparing one
book to the other.

I have been trying rowdifferences, but this does not seem
to be the right use of that command.

Any thoughts gratefully received.


Regards

David C
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 100
Default Comparing two workbooks

Hi

Use a third new workbook and put in a formula like
=[original]sheet1!a1 = [altered]sheet1!a1. Copy down and
across as required. This boolean test will show if there
are differences. Once the first sheet is corrected, then
apply to the second sheet etc.


Tony
-----Original Message-----
Hi,

I have two workbooks each with around 20 worksheets in
them. The names of the worksheets are identical. Each
worksheet has 13 columns with about 50 rows of data. One
workbook is the original workbook, the second has been
modified by the client. We could not use the track
changes feature because of the shared facility being used
and other issues. We thoroughly investigated that option
first.

We now need to identify which rows on which sheet contain
changed data. The data could be simply changed,or it

could
be deleted or added rows. I have thought of importing
into acces then running a query but hope that there migt
be a VBA way of looping through the rows comparing one
book to the other.

I have been trying rowdifferences, but this does not seem
to be the right use of that command.

Any thoughts gratefully received.


Regards

David C
.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Comparing Two workbooks AJ Excel Worksheet Functions 3 March 30th 09 06:06 PM
Comparing Two Workbooks Rob Excel Discussion (Misc queries) 0 November 20th 07 02:56 PM
Comparing two workbooks. Kevin Porter Excel Worksheet Functions 1 February 14th 07 06:34 AM
Comparing Workbooks JS Excel Discussion (Misc queries) 2 October 21st 05 01:20 PM
comparing workbooks glenn Excel Discussion (Misc queries) 1 August 2nd 05 01:13 PM


All times are GMT +1. The time now is 04:20 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"