I am a vb novice. I am attempting to write a simple utility to push down over my network that will extract Microsoft Office ProductID and ProductName from each PCs registry and enter it in a db. The problem is that each office suite puts the info in a different key location. For example, on my PC the information is at "hkey_local_machine\software\microsoft\ms office 97 professional\97.1.0.0711(1033)\registration." On a second machine it is at "hkey_local_machine\software\microsoft\ms office 97 professional\97.1.0.1711(1033)\registration." We also have Office 97 Standard as well as Small Business Edition. How can I (use a wildcard?) just get to the "registration" part of the subkey to extract the information?