Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 169
Default How to know if 2 sheets are identicals

Hi,
I'm wondering if there's a way to know if two sheets are identicals?
i.e. same value, same format, same borders, same column width and row height
Thank you!
Alex

--
Alex St-Pierre
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default How to know if 2 sheets are identicals

I think the only way to do it is to go through each cell and compare each of the
properties that you want to check with the corresponding cell in the other
sheet.



Alex St-Pierre wrote:

Hi,
I'm wondering if there's a way to know if two sheets are identicals?
i.e. same value, same format, same borders, same column width and row height
Thank you!
Alex

--
Alex St-Pierre


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default How to know if 2 sheets are identicals

Or you could use Compare.xla from Chip pearson
http://www.cpearson.com/excel/whatsnew.htm
HTH
J@@

Dave Peterson wrote:
I think the only way to do it is to go through each cell and compare each of the
properties that you want to check with the corresponding cell in the other
sheet.



Alex St-Pierre wrote:
Hi,
I'm wondering if there's a way to know if two sheets are identicals?
i.e. same value, same format, same borders, same column width and row height
Thank you!
Alex

--
Alex St-Pierre



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default How to know if 2 sheets are identicals

It might be a nice start, but IIRC, it won't check columnwidths, rowheight, and
formats.

It checks values and/or formulas.

"J@@" wrote:

Or you could use Compare.xla from Chip pearson
http://www.cpearson.com/excel/whatsnew.htm
HTH
J@@

Dave Peterson wrote:
I think the only way to do it is to go through each cell and compare each of the
properties that you want to check with the corresponding cell in the other
sheet.



Alex St-Pierre wrote:
Hi,
I'm wondering if there's a way to know if two sheets are identicals?
i.e. same value, same format, same borders, same column width and row height
Thank you!
Alex

--
Alex St-Pierre



--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 169
Default How to know if 2 sheets are identicals

Thanks!
I have also seen a good example here (works very well):
http://perso.orange.fr/frederic.sigo...uxFeuilles.txt (in french)
It test value and formula like compare.xla and display the difference into a
new workbook. I'll add the others tests inside the macro.
--
Alex St-Pierre


"Dave Peterson" wrote:

It might be a nice start, but IIRC, it won't check columnwidths, rowheight, and
formats.

It checks values and/or formulas.

"J@@" wrote:

Or you could use Compare.xla from Chip pearson
http://www.cpearson.com/excel/whatsnew.htm
HTH
J@@

Dave Peterson wrote:
I think the only way to do it is to go through each cell and compare each of the
properties that you want to check with the corresponding cell in the other
sheet.



Alex St-Pierre wrote:
Hi,
I'm wondering if there's a way to know if two sheets are identicals?
i.e. same value, same format, same borders, same column width and row height
Thank you!
Alex

--
Alex St-Pierre


--

Dave Peterson



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
Multiple Sheets (Need to create 500 individual sheets in one workbook, pulling DATA Amaxwell Excel Worksheet Functions 4 August 17th 06 06:23 AM
How to repeat a code for selected sheets (or a contiguous range of sheets) in a Workbook? Dmitry Excel Worksheet Functions 6 March 29th 06 12:43 PM
How to repeat a code for selected sheets (or a contiguous range of sheets) in a Workbook? Dmitry Excel Programming 6 March 29th 06 12:43 PM
Macro for filter on protected workbook that works for all sheets, no matter what sheets are named? StargateFanFromWork[_3_] Excel Programming 6 January 26th 06 06:31 PM
Allocate Files to Sheets and Build a Master Sheet which Summarises All Sheets hanuman Excel Programming 0 September 9th 03 11:23 AM


All times are GMT +1. The time now is 07:02 PM.

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"