They appear OK in the Insert ActiveX menu as version 6, but when I try to
insert it into my form it gives an error "The OLE Server isn't registerd".
I have run Regsvr and uninstalled it & re-installed it, but no luck.
In the VBA part, I have a line that says
Private oTV As MSComctlLib.TreeView, nNode As MSComctlLib.Node
and a reference to MSCOMCtl and that compiles OK.
Any bright ideas please
Thanks
Phil
Are you on 64-bit? If yes such controls have to be registered in a
different location. See:
http://social.answers.microsoft.com/Forums/en-US/w7programs/thread/f96acaa3-90d7-437a-a9cc-9130eb17fdb4/
-Tom.
Microsoft Access MVP
Thanks, Tom
De-registered MSCOMCTL.OCX in Windows\Sysyem32 and re-registered it in
WOWSys64. Seems to register OK. Changed the reference in VBA to the new
location and no compile errors, but again, as soon as I try to add the
Treeview to a form I get "The OLE Server isn't registerd" error. So no change
from when it was in the System32 folder
Any further thoghts
Phil