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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top