Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I tried to find ,whether this was discussed before,but couldn't find anything.I will be thankful for any ideas. I have a task related to transformation of Excel to XML. And I encounter this specific problem: I have coulpe of listboxes (created from the Forms toolbar,bot ActiveX controls). My problem is to find out ,in which cell is positioned each listbox. The list boxes are not linked to cells.But rather I need the cell ,where they are positioned. In general it will be also a solution for me if I can get the listboxes positioned in a given cell ..let's say for example in cell A1. I try with : Range("A1").Activate MsgBox "Selected index " & _ Selection.ShapeRange(1).ControlFormat.ListIndex But it seems this is not the correct way. What I notice is that a List Box is assigne more or less to the cell,where the left corner of the listbox is.At least the listbox moves by default with this cell. Is it possible for example to select a range within the sheet and then to get all shapes,positioned in the range.That would solve my problem. Thanks in advance .. Any ideas are welcomed Best regards Vlado |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Determine size of listbox | Excel Discussion (Misc queries) | |||
in vba what command is used to determine if a particular cell on a particular sheet changed? some kind of event? how to get the old and new value of the cell? | Excel Worksheet Functions | |||
Function to determine if any cell in a range is contained in a given cell | Excel Worksheet Functions | |||
Wanted func to determine height of ListBox row | Excel Programming | |||
I need to determine a cell range based on a blank cell | Excel Programming |