G
Greener
We have got an Excel/VBA application working very well with Excel 97:
in dropdown boxes, we were able to double click an item in a dropdown
box to select it using OLEOBJECTS. As we change to Office XP (Excel
2002), one problem occurred: now, the very same action wouldn't be
able to select any item from the dropdown box, and there was NO error
message at all. It seems that the program, for some unknown reason,
skips the OLEOBJECTS. Any one has the similar experience or knows the
back-end of Excel 2002? Is there any change in terms of OLEOBJECTS
from Microsoft when their upgrading from Excel 97 to 2002? Thanks all!
..InsertLines .CountOfLines + 1, " strSection =
ActiveSheet.OLEObjects(""OurList"").Object.List(ActiveSheet.OLEObjects(""OurList"").Object.ListIndex,1)"
in dropdown boxes, we were able to double click an item in a dropdown
box to select it using OLEOBJECTS. As we change to Office XP (Excel
2002), one problem occurred: now, the very same action wouldn't be
able to select any item from the dropdown box, and there was NO error
message at all. It seems that the program, for some unknown reason,
skips the OLEOBJECTS. Any one has the similar experience or knows the
back-end of Excel 2002? Is there any change in terms of OLEOBJECTS
from Microsoft when their upgrading from Excel 97 to 2002? Thanks all!
..InsertLines .CountOfLines + 1, " strSection =
ActiveSheet.OLEObjects(""OurList"").Object.List(ActiveSheet.OLEObjects(""OurList"").Object.ListIndex,1)"