Find and Replace Text in Autoshapes

G

Guest

Anyone know how to do a replace function for autoshape text. I have some text with a return character and then more text on multiple autoshapes, on multiple slides. I need to run through each slide and find and replace the text with different text. A simple Find and Replace in Powerpoint wont allow the "return" character. So I was going to make a VBA routine to replace the text. when i go through the shapes on the slide it only goes through the textboxes, and errors on the autoshapes with text. Any ideas
 
S

Shyam Pillai

Jon,
Find and replace routine that you can modify to suit your requirements.
http://www.mvps.org/skp/ppt00025.htm#2

--
Regards
Shyam Pillai

http://www.mvps.org/skp

Jon said:
Anyone know how to do a replace function for autoshape text. I have some
text with a return character and then more text on multiple autoshapes, on
multiple slides. I need to run through each slide and find and replace the
text with different text. A simple Find and Replace in Powerpoint wont
allow the "return" character. So I was going to make a VBA routine to
replace the text. when i go through the shapes on the slide it only goes
through the textboxes, and errors on the autoshapes with text. Any ideas?
 
S

Steve Rindsberg

Anyone know how to do a replace function for autoshape text. I have some text
with a return character and then more text on multiple autoshapes, on multiple
slides. I need to run through each slide and find and replace the text with
different text. A simple Find and Replace in Powerpoint wont allow the "return"
character. So I was going to make a VBA routine to replace the text. when i go
through the shapes on the slide it only goes through the textboxes, and errors on
the autoshapes with text. Any ideas?
See Shyam's reply, and use VBCRLF to indicate a CarriageReturn/LineFeed
combination.
 
J

John Langhans [MSFT]

[CRITICAL UPDATE - Anyone using Office 2003 should install the critical
update as soon as possible. From PowerPoint, choose "Help -> Check for
Updates".]

Hello,

PowerPoint doesn't provide the functionality that you are looking for
without resorting to VBA or add-ins.

If you (or anyone else reading this message) think that it's important that
PowerPoint provide this kind of functionality (without having to resort to
VBA or add-ins), don't forget to send your feedback (in YOUR OWN WORDS,
please) to Microsoft at:

http://register.microsoft.com/mswish/suggestion.asp

As with all product suggestions, it's important that you not just state
your wish but also WHY it is important to you that your product suggestion
be implemented by Microsoft. Microsoft receives thousands of product
suggestions every day and we read each one but, in any given product
development cycle, there are only sufficient resources to address the ones
that are most important to our customers so take the extra time to state
your case as clearly and completely as possible.

IMPORTANT: Each submission should be a single suggestion (not a list of
suggestions).

John Langhans
Microsoft Corporation
Supportability Program Manager
Microsoft Office PowerPoint for Windows
Microsoft Office Picture Manager for Windows

For FAQ's, highlights and top issues, visit the Microsoft PowerPoint
support center at: http://support.microsoft.com/default.aspx?pr=ppt
Search the Microsoft Knowledge Base at:
http://support.microsoft.com/default.aspx?pr=kbhowto

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
 

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