VBA read/write registry setting

N

nelson

Dear All,

I'm a newbie in excel programming.

How can I read / write the registry settings using excel vba?

Thank you!
BR
Nelson
 
R

Rocky McKinley

Hi Nelson,

Try the Savesetting and Getsetting statements, just look them up in the Vba
help. Savesetting saves information you enter in the arguments to the Win
Registry and GetSetting reads from the Win Registry.
DeleteSetting will delete a saved setting from the Win Registry.

Hope this helps,
Regards, Rocky McKinley
 
N

nelson

Hi, Rocky Thanks for your help!!


Rocky McKinley said:
Hi Nelson,

Try the Savesetting and Getsetting statements, just look them up in the Vba
help. Savesetting saves information you enter in the arguments to the Win
Registry and GetSetting reads from the Win Registry.
DeleteSetting will delete a saved setting from the Win Registry.

Hope this helps,
Regards, Rocky McKinley
 
Top