Open Presentation Code

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

Guest

H

I am using XP

When I use the following line to open a .pot as a new presentation the code stops executing after the document opens

Presentations.Open FileName:=strPath, ReadOnly:=True, Untitled:=msoTrue, WithWindow:=Tru

I really need to run more code after it opens and I'm tearing my hair out - can anyone help

Thanks in advanc
 
Trev,
We need more information. Just that line of code doesn't help. Does it give an error message? What are the lines after this line?

Regards
Shyam Pillai

----- Trev wrote: -----

Hi

I am using XP

When I use the following line to open a .pot as a new presentation the code stops executing after the document opens.

Presentations.Open FileName:=strPath, ReadOnly:=True, Untitled:=msoTrue, WithWindow:=True

I really need to run more code after it opens and I'm tearing my hair out - can anyone help?

Thanks in advance
 

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