Hi,
I found that the presentation object has a property "count". This would make
sense when you could have more than one presentation per file. When I open a
new presentation by File/new PP forces my all the time to store it in a
separate file. How could I save two or more presentation in one file.
Or am I totally wrong?

Signature
Thank you very much
PeterS
PPTMagician - 20 Feb 2007 12:50 GMT
Hi,
If you're talking about the count property in VB, it has many uses.
See:
http://search.msdn.microsoft.com/search/default.aspx?siteId=0&tab=0&query=count+
property
It's one presentation per file, although you can join presentations together
into a single presentation.
Taj Simmons has some nice tutorials on how to link presentations:
http://www.awesomebackgrounds.com/powerpointtutorials.htm#linking
Shyam has some VB tidbits that might help: http://skp.mvps.org/

Signature
Thanks,
Glenna Shaw
Microsoft PowerPoint MVP Team
http://www.pptmagic.com
> Hi,
>
[quoted text clipped - 4 lines]
>
> Or am I totally wrong?
John Wilson - 20 Feb 2007 14:04 GMT
The presentation object doesn't have a .count property in vba (AFAIK).
The presentationS object (not the same thing) does and it would tell you how
many presentations were open in Powerpoint.

Signature
--------------------------------------------
Amazing PPT Hints, Tips and Tutorials-http://www.PPTAlchemy.co.uk
http://www.technologytrish.co.uk/ppttipshome.html
email john AT technologytrish.co.uk
> Hi,
>
[quoted text clipped - 4 lines]
>
> Or am I totally wrong?
PeterS - 20 Feb 2007 19:40 GMT
Thank you very much, you're right I meant presentations object and your
explanation makes sense and explains what I found elsewhere

Signature
Thank you very much
PeterS
> The presentation object doesn't have a .count property in vba (AFAIK).
>
[quoted text clipped - 9 lines]
> >
> > Or am I totally wrong?