Private Sub lblBoutonOK_Click()
ACCUEIL.TextBox3000.Value = frmCalendrier.lblDateCalendrier.Value
Unload Me
'Arrêter momentanément l'exécution afin que le système d'exploitation puisse traiter d'autres événements.
VBA.DoEvents
End Sub
FOR 64-BIT WINDOWS 7, HERE'S HOW:
(1) Perform the function below on any computer that is missing the mscomct2.ocx.
(2) Make sure a copy is in C:\Windows\SysWoW64
(3) Click the Windows 7 Start Button and in the Search area, type "command"
(4) The search will bring up a number of items, including "Command Prompt" at the top
(5) Right click the "Command Prompt" banner, and select "Run as Administrator"
(6) At the command prompt, enter: %systemroot%\SysWoW64\regsvr32.exe mscomct2.ocx
(7) This should successfully register the control.
FOR 32 BIT WINDOWS 7, HERE'S HOW:
(1) Perform the function below on any computer that is missing the mscomct2.ocx
(2) Make sure a copy is in C:\Windows\System32
(3) Click the Windows 7 Start Button and in the Search area, type "command"
(4) The search will bring up a number of items, including "Command Prompt" at the top
(5) Right click the "Command Prompt" banner, and select "Run as Administrator"
(6) At the command prompt, enter: %systemroot%\System32\regsvr32.exe mscomct2.ocx
(7) This should successfully register your legacy mscomct2.ocx
Once The Control is registered, it can be added to the Control Toolbox available in the VBA area of Excel:
Un Grand MERCI pour ta disponibilitéBen quand je peux aider....
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
j'ai suivi les procédures indiqués (notamment la création de regsvr32) et cela n'a pas fonctionné.