"Send to" via macro

B

Bob

I use Send To to convert a presentation to a Word document (which I then use
a Word macro to further modify), but I would like to write a PowerPoint
macro to automate the Send To function. I tried recoring a macro, but
nothing pertinent was recorded. I've gone through the VBA Object Browser,
but can't find anything that looks right. The Presentation object has Save,
SaveAs, and SaveCopyAs, but the PpSaveAsFileType enum doesn't seem to have
an option for Word.

From other posts, it seems as if Send To is an add-in. Is this the issue?
Is there any way to call this in a PPT macro?

Is there a newsgroup for VBA in PPT, or somewhere else I should ask?

Thanks,
Bob
 
B

Bob

Thanks for the reply, but SaveAsRTF doesn't do the same thing as Send To
Word - it saves only the headers. I need the slides and speaker notes, as
well..

I looked at Bill's "Slide Into Word" program some weeks ago before writing
my own Word macro to format the output of Send To Word to the standards we
have. It looks like a nice add-in, but is both more and less than I need.
It does, sort of, automate the "Sent To" process, but it doesn't give me the
output that meets our style guides. I would still have to run my macro to
reformat Bill's output.

Thanks,
Bob
 
B

Bill Dilworth

Bob said:
Thanks for the reply, but SaveAsRTF doesn't do the same thing as Send To
Word - it saves only the headers. I need the slides and speaker notes, as
well..

I looked at Bill's "Slide Into Word" program some weeks ago before writing
my own Word macro to format the output of Send To Word to the standards we
have. It looks like a nice add-in, but is both more and less than I need.
It does, sort of, automate the "Sent To" process, but it doesn't give me
the
output that meets our style guides. I would still have to run my macro to
reformat Bill's output.

Thanks,
Bob
 
B

Bill Dilworth

Hey Bob, Could you send me a markup of what you need the output to look
like?

I could, possibly, just tweak the code a touch to save you some time.


--
Bill Dilworth
A proud member of the Microsoft PPT MVP Team
Users helping fellow users.
http://billdilworth.mvps.org
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
yahoo2@ Please read the PowerPoint FAQ pages.
yahoo. They answer most of our questions.
com www.pptfaq.com
..
 

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