C
CLarkou
I developed 2 add-ins in Office 97, one for excel and one for power
point.
Excel add-in references the following files:
EXCEL8.OLB
DAO350.DLL
STDOLE2.TLB
FM20.DLL
MSO97.DLL
COMDLG32.OCX
MSCOMCTL.OCX
MSFLXGRD.OCX
Power Point add-in references the following files:
MSPPT8.OLB
DAO350.DLL
STDOLE2.TLB
FM20.DLL
MSO97.DLL
GRAPH8.OLB
EXCEL8.OLB
COMDLG32.OCX
MSCOMCTL.OCX
MSFLXGRD.OCX
Excel add-in works on all computers without any problem. Power Point
add-in on some computers
opens, executes some statements and stops on the line before calling
the procedure for creating a new
workspace for opening MSAccess databases (no error message, nothing).
The solution I found until now, is the following:
1. Open Power Point.
2. Create a new Presentation.
3. Create a new Slide.
4. Select TOOLS\MACRO\VISUAL BASIC EDITOR.
5. Select TOOLS\REFERENCES.
6. Select the files program needs
7. Place reference files in the same order as in my add-in.
8. Click OK button.
9. Select DEBUG\COMPILE VBAPROJECT.
10. Close Power Point.
11. Try to open add-in.
After these steps everything works ok. Strange but something happens
with references. No files are missing
since Excel add-in runs without any problem. Their references
difference are 2 files (MSPPT8.OLB & GRAPH8.OLB).
Does anyone know why this happens, and any alternative solutions ?
point.
Excel add-in references the following files:
EXCEL8.OLB
DAO350.DLL
STDOLE2.TLB
FM20.DLL
MSO97.DLL
COMDLG32.OCX
MSCOMCTL.OCX
MSFLXGRD.OCX
Power Point add-in references the following files:
MSPPT8.OLB
DAO350.DLL
STDOLE2.TLB
FM20.DLL
MSO97.DLL
GRAPH8.OLB
EXCEL8.OLB
COMDLG32.OCX
MSCOMCTL.OCX
MSFLXGRD.OCX
Excel add-in works on all computers without any problem. Power Point
add-in on some computers
opens, executes some statements and stops on the line before calling
the procedure for creating a new
workspace for opening MSAccess databases (no error message, nothing).
The solution I found until now, is the following:
1. Open Power Point.
2. Create a new Presentation.
3. Create a new Slide.
4. Select TOOLS\MACRO\VISUAL BASIC EDITOR.
5. Select TOOLS\REFERENCES.
6. Select the files program needs
7. Place reference files in the same order as in my add-in.
8. Click OK button.
9. Select DEBUG\COMPILE VBAPROJECT.
10. Close Power Point.
11. Try to open add-in.
After these steps everything works ok. Strange but something happens
with references. No files are missing
since Excel add-in runs without any problem. Their references
difference are 2 files (MSPPT8.OLB & GRAPH8.OLB).
Does anyone know why this happens, and any alternative solutions ?