G
Gato_de_Botas
I have some activex controls in some slides (not userforms). I want to make
an INITIALIZE procedure to clean the TEXTBOX from the first slide in the
presentation.
I tried:
ActivePresentation.Slides(6).TextBox1.Value = "" and also tried
ActivePresentation.Slides(6).Shapes("TextBox1").Value = ""
but none of them is working.
The textbox are in the range of slides 6 to 18, one textbox in each of it.
The user fills the textbox while the presentation is runing; it is necessary
an initialize procedure to clean the textbox at the begining of the
presentation.
an INITIALIZE procedure to clean the TEXTBOX from the first slide in the
presentation.
I tried:
ActivePresentation.Slides(6).TextBox1.Value = "" and also tried
ActivePresentation.Slides(6).Shapes("TextBox1").Value = ""
but none of them is working.
The textbox are in the range of slides 6 to 18, one textbox in each of it.
The user fills the textbox while the presentation is runing; it is necessary
an initialize procedure to clean the textbox at the begining of the
presentation.