R ravz Feb 4, 2004 #1 Is there anyway to read a certain registry key and display it in a cell how about a way to create a key through excel? is that possible
Is there anyway to read a certain registry key and display it in a cell how about a way to create a key through excel? is that possible
B Bob Phillips Feb 4, 2004 #2 Rav, There is a special registry area for VBA which is read/written via GetSettinmg and SaveSetting functions. It is a bit restrictive, in that in can only writes to a limited part of the registry, but it's sufficient for storing application details. -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct)
Rav, There is a special registry area for VBA which is read/written via GetSettinmg and SaveSetting functions. It is a bit restrictive, in that in can only writes to a limited part of the registry, but it's sufficient for storing application details. -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct)