The Office programs create the folders that are listed in the "Summary" section when you use the Control Toolbox to insert an ActiveX control into an Office document. The Office programs also create the folders when you insert any type of control in a custom UserForm in the Microsoft Visual Basic editor. The following table lists the folders that are created when you insert an ActiveX control or another control.
Folder Created by inserting
------------------------------------------------------------------------------------------------------------
Excel12.0 / Excel11.0 / Excel10.0 / Excel8.0 An ActiveX control in a Microsoft Excel worksheet
Ppt12.0 / Ppt11.0 / Ppt10.0 / Ppt8.0 An ActiveX control in a Microsoft PowerPoint presentation
Word12.0 / Word11.0 / Word10.0 / Word8.0 An ActiveX control in a Microsoft Word document
Vbe Any ActiveX control in any Office program, or by creating
a custom UserForm in the Visual Basic Editor
Typically, the programs create these folders in the Windows\Temp folder.
However, if the Windows\Temp folder does not exist, the files may be
created somewhere else on your computer.
The first time that you insert a control into a document or into a UserForm, the Office program creates an .exd file for that control in the appropriate folder. After a program creates the .exd file for a specific control, it inserts the same control into other documents or forms more quickly. This is because the .exd file caches information for the control.
The program that creates the .exd files does not delete the files when you exit the program. The next time you start the same program and you insert the same
control, the .exd files are still available for the program to use.
If you delete any of the folders that are listed in the "Summary" section, or if you delete any of the .exd files
that these folders contain, you do not receive any error messages and no problem occurs.
However, a slight decrease in performance may occur the first time that you
insert a control. This is because the .exd file for that control does not exist.
After the program re-creates the .exd file, you can reinsert the control to improve performance.