Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
this is always a good advice as if you're using registry tools something could go wrong. That said it should be really safe to use GetSetting and SaveSetting in your Excel application! -- Regards Frank Kabel Frankfurt, Germany "R Avery" schrieb im Newsbeitrag ... 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? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Assuming the user
knows exactly what he/she is doing, what harm could come of it? That is a BIG assumption. There is nothing wrong with playing directly with the Registry, but you have to know what you're doing. One mistake in the wrong place can cause lots of problems. 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? Yes. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "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? |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to search the registry key | Excel Programming | |||
Value from Registry | Excel Programming | |||
System Registry | Excel Programming | |||
Registry | Excel Programming | |||
Registry | Excel Programming |