vba - Microsoft Common Controls missing -
i got strange issue new pc, running windows 7 x64 , ms office 2013 x64: on other notebook (windows 8.1 x64/office 2013 x64) i've created ms access db, uses microsoft treeview control active-x. cannot find control on pc , therefore not open db on pc on notebook. mscomctl.ocx missing on pc, copied notebook, placed in syswow64 folder , registered regsvr32 (both 32 , 64 bit) still no treeview (same listview or other vb6 active-x control). i've searched net clues , found info, nothing helped (including object library not registered when adding windows common controls 6.0).
when manually add mscomctl.ocx reference new access db (by opening vba editor ==> extras ==> references), "ms windows common control 6.0 (sp6)" appears in reference list, still no treeview control available.
i don't know else do...
any info appreciated!
you have use 32 bit version of access. there no x64 bit version of common controls.
Comments
Post a Comment