Reading Registry Key through excel?

  • Thread starter Thread starter ravz
  • Start date Start date
R

ravz

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
 
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)
 
Back
Top