Powerpoint2010アプリケーションの「開発者」タブをどのようにアクティブにすることができますか?私は、新しいPowerPointプレゼンテーション Powerpoint 2010の開発者タブをプログラムでアクティブにするにはどうすればよいですか?
PowerPoint.Application oPPT = new PowerPoint.Application();
oPPT.Visible = Office.MsoTriState.msoTrue;
PowerPoint.Presentations oPresSet = oPPT.Presentations;
PowerPoint.Presentation oPres = oPresSet.Add(Office.MsoTriState.msoTrue);
今、私はちょうど私がこれを行うことができますどのように、デフォルトでは無効になっていません[開発]タブ..を有効にする
を作成していますか?
ありがとうPaul B.私が探しているものではありませんが、これが役に立ちます。 – satya