View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
GS GS is offline
external usenet poster
 
Posts: 364
Default 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?