A
Alex Lifeson
I have an Access application that compares 2 .xls files (one from an old
system, the other from a new system).
I compare both spreadsheets, row by row, cell by cell.
Is there a way (property?) to get the "formatted" value of a cell (ie what
you actually see). My application fails on the following example.
Spreadsheet Value Format What you see
Old .08167 Percent (1 Decimal) 8.2%
New 8.2% None 8.2%
I could put code in my application that multiplies the values in the "old"
spreadsheet times 100 and Round to 1 decimal place.
Thanks in advance for your help.
system, the other from a new system).
I compare both spreadsheets, row by row, cell by cell.
Is there a way (property?) to get the "formatted" value of a cell (ie what
you actually see). My application fails on the following example.
Spreadsheet Value Format What you see
Old .08167 Percent (1 Decimal) 8.2%
New 8.2% None 8.2%
I could put code in my application that multiplies the values in the "old"
spreadsheet times 100 and Round to 1 decimal place.
Thanks in advance for your help.