moving text objects in presentation view

G

Guest

I am preparing a powerpoint presentation for a class lesson, and would like
to be able to move certain text boxes on a slide whilst the show is running
in slideshow view, without having to repeatedly swap back to the design and
editing view. Is this possible?
 
G

Guest

You could add a motion path to the text box and trigger it with either a
click on the box or on a button (which could be invisible if you prefer.) The
motion path could start or end off screen.
 
D

David M. Marcovitz

What do you mean by "move"? Do you mean that you want to be able to drag
the text box to some indeterminate location, or do you mean that you want
to have it go somewhere else, but you will know where that is in advance?
Animations can move it to a pre-determined location. If you are not sure
where you want it to move, animations can help (using triggers) if there
are limited choices. Otherwise, you will need the option mentioned by
another poster to use multiple monitors, or you will need to use VBA.
--David

--
David M. Marcovitz
Microsoft PowerPoint MVP
Director of Graduate Programs in Educational Technology
Loyola College in Maryland
Author of _Powerful PowerPoint for Educators_
http://www.PowerfulPowerPoint.com/
 
G

Guest

I want to be able to drag the text boxes to a indeterminated location, not
using the animations or motion path options. Is VBA visual basics? I had a
feeling that it would involve visual basics, but am inexperienced on how to
use it.
If possible i would want to drag the text boxes on the interactive
whiteboard screen, so that the class would be able to see the changes on
screen.
Not sure if it makes any difference but I'm using Powerpoint 2003 for the
presentation.
 
G

Guest

that's great thanks David, but how can I use it in my own powerpoint? when I
try to add it as a macro on textboxes for my own presentation, it won't let
me select the drag and drop macro created in the easter egg presentation
given on the website
 
D

David M. Marcovitz

The basic idea is that you copy the code, open up the Visual Basic
Editor, create a new module, and paste the code there. Since you are a
beginner at VBA, you might want to start slowly and check out the
Programming PowerPoint section of the PPT FAQ:

http://www.pptfaq.com/

That can get you started with VBA, and then you can progress to the more
complicated stuff in the Drag&Drop macro.

--David

--
David M. Marcovitz
Microsoft PowerPoint MVP
Director of Graduate Programs in Educational Technology
Loyola College in Maryland
Author of _Powerful PowerPoint for Educators_
http://www.PowerfulPowerPoint.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