Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

VBA How do you read from registry in outlook?

1 view
Skip to first unread message

Neo [MVP]

unread,
Jun 19, 2000, 3:00:00 AM6/19/00
to
With Outlook 2K VBA you need to write you own modules that wrap the Registry
Win32API. Many VB sites on the Internet have examples on how to or you can
look at:
http://support.microsoft.com/support/kb/articles/q145/6/79.asp

for some initial ideas.

Greg Nixon <greg....@trilogy.co.nz> wrote in message
news:U_v35.2164$lE26.8...@news.xtra.co.nz...
> In Word I do:
>
> Result = System.PrivateProfileString("", _
> "HKEY_CURRENT_USER\Software\MyProg\KeyName", "StrNme")
>
> But "system" doesn't seem a valid key word in Outlook VBA.
>
>
>

Greg Nixon

unread,
Jun 20, 2000, 3:00:00 AM6/20/00
to
0 new messages