I have various textbox controls on a powerpoint. At the end of the presentation, I want their value to be nothing, so that when I open it the next time, it is clean. I created a "The End" command button, but none of the code I have tried works.
I tried
textbox1.value = ""
textbox1.text = ""
I compiles ok, but then gives me a debug error.
:-(
Does anyone know the trick to this?
Thanks,
misscrf
It is never too late to become what you could have been ~ George Eliot
I tried
textbox1.value = ""
textbox1.text = ""
I compiles ok, but then gives me a debug error.
:-(
Does anyone know the trick to this?
Thanks,
misscrf
It is never too late to become what you could have been ~ George Eliot