Posted to microsoft.public.excel.programming
|
|
Automation & Registry
possibly:
xl.SaveSetting...
xl.GetSetting(...)
Regards,
GS
"AA2e72E" wrote:
Using the automation object (xl) from VB i.e.
set xl = CreateObject("Excel.Application")
How can I call the registry functions, SaveSettting and GetSetting, in Excel?
|