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

I have an Access application that has to compare two spreadsheets. We are
phasing out one system and replacing it with another.

I compare the 2 spreadsheets line by line, and cell by cell.

The spreadsheets appear identical when opened. However, upon closer
inspection I see:

Sheet Value Fomat What you see

Old .154 Percent (2 decimal places) 15.4%
New 15.4% None 15.4%


I can take the old value multiply by 100. However, is there a way I can
get the "formatted" value of a cell?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,290
Default Comparing two spreadsheets

Alex,
I think you are looking for Range("A1").Text
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware



"Alex Lifeson" wrote in message...
I have an Access application that has to compare two spreadsheets.
We are phasing out one system and replacing it with another.
I compare the 2 spreadsheets line by line, and cell by cell.
The spreadsheets appear identical when opened.
However, upon closer inspection I see:

Sheet Value Fomat What you see

Old .154 Percent (2 decimal places) 15.4%
New 15.4% None 15.4%

I can take the old value multiply by 100.
However, is there a way I can get the "formatted" value of a cell?
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,253
Default Comparing two spreadsheets

Alex,

Why reinvent the wheel? Have a look at www.synkronizer.com
It's a commercial excel addin for file comparison.
(co-authored by me :)

Although personally I'd ignore the difference stated in your example.
as the values are equal, only formatted differently .


--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam


Alex Lifeson wrote :

I have an Access application that has to compare two spreadsheets.
We are phasing out one system and replacing it with another.

I compare the 2 spreadsheets line by line, and cell by cell.

The spreadsheets appear identical when opened. However, upon closer
inspection I see:

Sheet Value Fomat What you see

Old .154 Percent (2 decimal places) 15.4%
New 15.4% None 15.4%


I can take the old value multiply by 100. However, is there a way I
can get the "formatted" value of a cell?

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 spreadsheets barb Excel Worksheet Functions 2 January 20th 10 04:45 PM
COMPARING SPREADSHEETS Leon Excel Discussion (Misc queries) 3 October 1st 09 11:59 PM
Comparing spreadsheets VSExcel Excel Worksheet Functions 2 February 5th 07 11:01 PM
comparing 2 spreadsheets Danny Excel Discussion (Misc queries) 3 July 11th 05 12:56 PM
Comparing spreadsheets JT[_2_] Excel Programming 1 April 20th 04 06:13 PM


All times are GMT +1. The time now is 09:19 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"