0

PowerPoint のポット テンプレートを開くときに、ドキュメントの読み込み時にマクロを読み込む方法を知っている人はいますか? Auto_Open設定する必要があるように見えるいくつかのアドインを見てきました。ただし、PowerPoint を機能させるには、PowerPoint 内でも設定する必要がある設定がいくつかあります。何千人ものユーザーが使用しようとしているテンプレートがあります。そして、これらの設定を設定することは、すべてのユーザーにとって恐ろしい仕事のように思えます。アドインの追加、セキュリティ設定の調整、および Visual Basic プロジェクトへの信頼アクセスの許可 (PowerPoint 内のセキュリティ設定)。誰もがこのすべてを手動で行う必要がある場合、大きな問題になります。

4

1 に答える 1

0

I've successfully done this with an AddIn's Auto_Open method, combined with creating event handlers using the approach described here. My plan is to digitally sign the Add-In (to prevent Macro prompts) and the end-users perform the step of loading the Add-In.

于 2009-08-20T17:04:12.737 に答える