Weird Error.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am into PowerPoint Automation. I need to make the Task Pane visible in a
PowerPoint programmatically. I am doing this:
App_.CommandBars("Task Pane").Visible = True

Where App_ is my application (i.e. PowerPoint)

But, it gives me an automation error. Why is it happening? Please suggest
something soon. Its urgent.

Thanks in advance. :)
 
I am into PowerPoint Automation. I need to make the Task Pane visible in a
PowerPoint programmatically. I am doing this:
App_.CommandBars("Task Pane").Visible = True

Where App_ is my application (i.e. PowerPoint)

But, it gives me an automation error. Why is it happening? Please suggest
something soon. Its urgent.

Perhaps, you do not have a Window to set the Task Pane to...
 

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

Back
Top