ipbr21054
Well-known Member
- Joined
- Nov 16, 2010
- Messages
- 5,689
- Office Version
- 2007
- Platform
- Windows
Not sure how to explain but here goes.
I need to be advised of values that have changed from one range of values compared to another.
Example.
Each cell will have 2 values.
Range 1 = A1 - C3
Range 2 = F1 - H3
The range will be a larger size but just keeping it simple to explain.
Values will be added in both ranges & the code will advise a difference in the two.
Example
3 x 3 grid
A1 value will be compared to F1
C2 value will be compared to G2
Highlite cell in second range that is different.
Cell values will be like
A3 FF 14 A3 FF 14
S7 12 F1 DT 12 FG
FF FF FF. G1 FF FF
Once code has been run the values DT FG G1 will be show highlighted.
The actual size of the grid when I come to do this will be like 10 x 10 so the code needs to know the starting point of each grid so the cell to cell comparison is correct.
Hope that makes sense.
I need to be advised of values that have changed from one range of values compared to another.
Example.
Each cell will have 2 values.
Range 1 = A1 - C3
Range 2 = F1 - H3
The range will be a larger size but just keeping it simple to explain.
Values will be added in both ranges & the code will advise a difference in the two.
Example
3 x 3 grid
A1 value will be compared to F1
C2 value will be compared to G2
Highlite cell in second range that is different.
Cell values will be like
A3 FF 14 A3 FF 14
S7 12 F1 DT 12 FG
FF FF FF. G1 FF FF
Once code has been run the values DT FG G1 will be show highlighted.
The actual size of the grid when I come to do this will be like 10 x 10 so the code needs to know the starting point of each grid so the cell to cell comparison is correct.
Hope that makes sense.