I have a legacy application developed in VBA/Excel which uses ListView controls. Unfortunately, it looks like these controls can\'t be used with 64-bit versions of Excel:
I'm not aware of any solution here. However, JKP has developed a native TreeView in VBA with Userforms only to replace the TreeView - which works fine under 64bit.
Though labour-intense you could consider adopting it to a ListView control...