This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / 急! 请问有没有会VBA/VB 得XDJM ? 有问题请教,多谢。
-miumiu68(mm);
2004-8-16
(#1844864@0)
-
没有人理呀
-miumiu68(mm);
2004-8-16
(#1844903@0)
-
什么问题
-charleslike(愚人);
2004-8-16
(#1844904@0)
-
我定义了一个OBJECT:
Dim PPApp As New PowerPoint.Application
可是compile 的时候总是有ERROR
USER defined type not defined.
我想我应该定义了PPApp, 为什么还是有错呢。
多谢了
-miumiu68(mm);
2004-8-16
(#1844914@0)
-
是不是应该导入某个库(library),在EXCEL VBA里出现这个错误可能就是这个原因。
-wmcn(偷得浮生半日闲);
2004-8-16
(#1844943@0)
-
That error would usually indicate that you haven't added a reference to the Microsoft PowerPoint library to your project. If this is VBA, use Tools | References.
-charleslike(愚人);
2004-8-16
(#1844954@0)
-
thanks alot. Could you tell me which library I should add in?
-miumiu68(mm);
2004-8-16
(#1844959@0)
-
I cannot tell exact which one since I don't have PP installed in my home PC. Can you try it by yourself?
-charleslike(愚人);
2004-8-16
(#1844983@0)
-
The problem solved. Thanks again
-miumiu68(mm);
2004-8-17
(#1845977@0)