Hi Steve
It is probably best to describe what I am trying to achieve with this
code.
I am trying to create a "Virtual Flipchart" where the presenter can
type a list or notes on screen rather than using a traditional
flipchart/pen, but also give the presenter the option to show the
textbox as and when required. The text box should also be empty of any
previous text entered.
The text box I have posted is identified as TextBox1 using Shyam
Pillais shape identifier add in
I dont get any error messages when i run the code from either the VBA
editor or powerpoint.
If I run the code from the VBA editor, any changes in the code have
taken place when I switch back to PowerPoint, but if I assign the code
to an action button on the slide it has no affect.
In summary what I want to happen is
A button on an index (Slide 1) initialises the text box on slide 2 by
making it invisble and removing all text
A button on slide 2 to display the text box and allow the user to enter
text on screen
A 2nd button on Slide 2 would be nice to export the text to a text file
or a word document to record what has been input. Much like the meeting
minder facility but more controllable in terms of appearance and page
specific.
Hope that makes sense
Ian