我在我的VB.NET应用程序中使用Imports语句实现PowerPoint自动化:当然Type = Type.GetTypeFromProgID("PowerPoint.Application")MessageBox.Show("PPTis not installed")MessageBox.Show("PPT<
Var ppt:_Application,pres:_Presentation; ppt := GetActiveOleObject('PowerPoint.Application') as _Application; ppt := CreateOleObject('PowerPoint.Application') as _Application;
p