Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I beleive I found a working resolution!
'=========== With ListBox1 ..Clear Dim c As Variant Dim x As String 'add this variable 10.26.07<<<< Dim sCustomer As Variant, iSettings As Integer sCustomer = GetAllSettings(appname:="ADMCustomerList", section:="Customers") For iSettings = LBound(sCustomer, 1) To UBound(sCustomer, 1) x = sCustomer(iSettings, 0) 'modified this line 10.26.07<<<< 'MsgBox x 'for testing .AddItem x 'added this line 10.26.07<<<< Next iSettings 'Removed 2 lines of code here 10.26.07<<<< End With '============= -- Regards Rick XP Pro Office 2007 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Reading registry with Excel | Excel Programming | |||
Reading registry with Excel | Excel Programming | |||
Reading the Registry | Excel Programming | |||
Excel Registry Add in settings | Excel Programming | |||
Reading the Registry - CSV Download Flag | Excel Programming |