Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I've just upgraded my computer and it comes with Windows 8 and IE10. All of my previous macros (VB 6.0) used MS Windows Common Controls (MSCOMCT2.OCX)and this file is no longer around - hence my macros don't work!
I've downloaded the missing file from MS but it doesn't install. I can't believe I'm the only person to experience this - are there any nice easy remedies out there for my problem? Thanks in advance, Dave |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I've just upgraded my computer and it comes with Windows 8 and IE10. All of
my previous macros (VB 6.0) used MS Windows Common Controls (MSCOMCT2.OCX)and this file is no longer around - hence my macros don't work! I've downloaded the missing file from MS but it doesn't install. I can't believe I'm the only person to experience this - are there any nice easy remedies out there for my problem? Thanks in advance, Dave What do you mean by "it doesn't install"? This OCX is a library that needs to be registered via regsvr32 to be recognized in your VBA projects. I usually distribute this (and others) using a manifest so registration isn't required but in the case of setting a ref for a VBA project, registering is required on the host computer running your project. -- Garry Free uenet access at http://www.eternal-september.org Classic VB Users Regroup comp.lang.basic.visual.misc microsoft.public.vb.general.discussion |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 MS Common Controls | Excel Programming | |||
MS Windows Common Controls-2 6.0 (SP4) | Excel Programming | |||
MS Windows Common Controls-2 6.0 (SP4) using VBA in Excel | Excel Programming | |||
Windows Common Controls | Excel Programming | |||
Common Controls Color Dialog Box ... | Excel Programming |