View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Registry Editing

A car is perfectly safe in the hands of someone who is careful, knows how to
drive , etc., but there are still accidents.

GetSetting and SaveSetting are a VBA interface to the registry, and in a
very restricted part of the registry, so you will be okay.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"R Avery" wrote in message
...
In many places on the WWW, I have read that it would be wise to back up
the Registry before making alterations to it. Why? Assuming the user
knows exactly what he/she is doing, what harm could come of it?

That being said, is it perfectly safe to use the SaveSetting,
GetSetting, etc functions so long as you use it for your own App Names?