Una famiglia di software per fogli di calcolo Microsoft con strumenti per l'analisi, la creazione di grafici e la comunicazione dei dati.
Ciao Gian Master,
La seguente procedura mi consentiva con un altro Pc di riparare un simile problema con Excel 2003
Cosa sarebbe questa procedura?
Mi potete indicare il percorso dove si trovi il file che contiene l'elenco dei controlli della casella degli strumenti.
Vorrei poter eliminare il file e attendere che venga ricostruito da excel con i controlli standard
Nel thread indicato al link suggerito nella mia ultima risposta, credo che Chip Pearson abbia già fornito questa informazione:
Try re-registering the control file. Close Excel and go to the Windows Start menu and choose Run. There, enter
RegSvr32 C:\Windows\SysWOW64\MSCOMCTL.OCX /u
and click OK.
The /u suffix (note the space before / character) is short for "unregister" that will remove the control's information from the Registry. Next, register the control to get it back.
RegSvr32 C:\Windows\SysWOW64\MSCOMCTL.OCX
and click OK.
If you get a "file not found" error from RegSvr32, change "SysWOW64" to "System32" in the run commands. "SysWOW64" is for 64-bit machines. "System32" is for 32-bit machines.
Now you should be able to add it to the VBA UserForm toolbox by clicking "Additional Controls" and scrolling down to Microsoft TreeView Control Verison 6.
===
Regards,
Norman