One last question. I have a ListBox that does not wrap text and will not accept a CR as input from the user. I have set “WordWrap” to True and “EnterKeyBehavior” to true. I “thought” that this would cause the TextBox to wrap text when the entry got to the right hand side of the TB, and that a CR entered by the user would be accepted.
Can someone let me know why this does not work the way I have deccribed. I am using PowerPoint for the VBA components.