Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
Simple question. Is it possible to make a hash value (is that the correct phrase?!) of a range of cells in vba? Suppose I had the following ranges: range1: | 1 | 2 | "hello" | range2: | 1 | 2 | "world" | I want to be able to create unique number which describes each of these ranges. In the case above, I cannot just sum the ranges as they would not be uniquely described (i.e. the sum of each range is three, yet the ranges are different). Ultimately the hash value will be used to see if any cell in a range has changed since the time the last document was saved. I know that it would be quite easy to write a custom function to do this which takes the range as a parameter - I just wanted to cehck to see whether there was a native excel / vba one before doing this, as neither the help google have offered one yet... Many thanks, Chris |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hash (MD5) in Excel | Excel Programming | |||
Graph with large data range (hash marks on axis) | Excel Discussion (Misc queries) | |||
Hash a range, output a Long Integer? | Excel Programming | |||
Range Names and hash maps..... | Excel Programming | |||
Hash (MD5) in Excel | Excel Programming |