Stacking Power Point Textboxes - TechRepublic
Question
June 12, 2008 at 10:23 AM
colwell_russell

Stacking Power Point Textboxes

by colwell_russell . Updated 18 years, 1 month ago

I am creating a powerpoint slide with labels and text boxes. The labels are all seperated but the textboxes are stacked. When you click on a label the correct textbox should come to the front and the user should be able to enter comments. The problem unless the textbox starts out in the front once it is moved to the front I am unable to enter naything in the textbox. any suggextions??

Here is what is going on in my code with the text boxes.

1. I call a function that makes all textboxes invisable.

2. I make the textbox I need visible

3. I move this textbox to the front via:
Slide4.Shapes(Slide4.T_D01.ZOrderPosition).ZOrder (msoBringToFront)

Any help would be appreciated.

This discussion is locked

All Comments