谁可以解释下  
objPresSet = objApp.Presentations.Open(filePath, OFFICECORE.MsoTriState.msoFalse, OFFICECORE.MsoTriState.msoFalse, OFFICECORE.MsoTriState.msoFalse);

解决方案 »

  1.   

    最后一个参数应该是决定是否显示啊WithWindow parameter value can be one of these MsoTriState constants.
    Constant Description
    msoFalse  Hides the opened presentation.
    msoTrue The default. Opens the file in a visible window.用Go to Defination看看Presentations.Open的定义是不是和msdn上说的一样http://msdn.microsoft.com/en-us/library/bb265430(v=office.12).aspx
      

  2.   

    问下,Presentations.Open的命名空间是什么,怎么说找不到类型或命名空间名称(是否缺少 using 指令或程序集引用?)
    还有在C#,怎么找不到VB引用啊