Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
No!
These are VBA functions and not part of the Excel Object i.e. they are not methods. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yes, you're right. In this case, it may need a reference to the application's
VBA library. Something like xl.VBA.GetSetting(_,_,_,_) xl.VBA.SaveSetting _,_,_,_ possibly! Regards, GS "AA2e72E" wrote: No! These are VBA functions and not part of the Excel Object i.e. they are not methods. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA Modify Registry | Excel Programming | |||
How to search the registry key | Excel Programming | |||
Value from Registry | Excel Programming | |||
Registry | Excel Programming | |||
Registry | Excel Programming |