"Preparing for Microsoft Scipt Editor" - Eating resources....

S

Simon Turner

Hello People,

I am trying to look at the HTML code for slides within my presentation
in C#. I can do this fine using the following code:

HTMLProjectItem myItem =
pptCurrentPres.HTMLProject.HTMLProjectItems.Item(index);

string html = myItem.Text;

The problem is, when i access the Text property of any HTMLProjectItem
Powerpoint decides it wants to "Preparing for Microsoft Scipt Editor"
which takes about 5 seconds for big presentations.

Is there anyway i can stop it from doing this?
 
S

Shyam Pillai

No, it needs the Script Editor when you make the call to retrieve the HTML
source.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top