Данные - на картинке - FBOM состоит из Автомобиля, а Автомобиль из двух ФГ, которые в свою очередь состоят из деталей. Искала среди схем в смарт-объектах, не нашла такой вертикальной иерархии...
Ищите Treeview. Правда элемент нестандартный, у меня сейчас не работает. Но раньше помню было... P.S. Не, работает файл от https://www.jkp-ads.com/articles/treeview.asp Потому что:
Цитата
If you have ever used the Treeview control from the "Additional controls" section, then you know what a versatile control this is to show hierarchically organized data. There are a couple of problems with this Treeview control:
Compile errors due to a difference in how the control libraries are registered in 32 bits Windows' System32 and 64 bit Windows' SysWOW64 folders. If you distribute a file that was saved in 64 bit Windows, containing one of the "Microsoft Windows Common Controls 6.0" (The Treeview control is one of them) and with the reference set to "mscomctl.ocx", people using 32 bit Windows will almost certainly have problems. At best it could entail removing both the control and the reference and replacing both, but at worst the user's Excel can crash when trying to load the file and run the app. The standard Treeview control, like all non built-in ActiveX controls, cannot be used in 64 bit versions of Office. Especially the second point convinced me it is time to develop a custom-made Treeview "control", that only uses the native Office forms controls. I started building this a couple of weeks ago and after some time I tricked Peter Thornton into helping me with it