VBA read/write registry

N

nelson

Dear All,

I'm a newbie in excel programming.

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

Thank you!
BR
Nelson
 
C

Chip Pearson

Nelson,

The simplest way is to use GetSetting, SaveSetting, and
GetAllSettings. You can also use the RegRead and RegWrite methods
of the WshShell object in the Windows Script Host Object Model.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com (e-mail address removed)
 

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