What versions of Excel are installed and where
There was a question recently on Stack Overflow which I felt was a challenge to answer as I couldn't find anywhere online which appeared to give an answer on how to do it. After some time going through the registry I was able to identify how to figure out which versions of Excel were installed.
The following snippet of code is what I came up with to answer the question, the variable rtn is a Dictionary which stores the version of Excel as the key and the directory in which Excel is installed as the value.


