I asked a question yesterday about a survey that I was creating in PowerPoint using VBA. I think I have gotten over most all of my hurdles, but one question/technique remains a mystery. When creating ComboBoxes, I can not find any way to create the list of contents. I do not want to draw the choices from anywhere else, I just want them to be static list entries.
So say I wanted a combo box with Choice 1 through Choice 3 in it. The only way I found to edit the CB contents was to use a tool called the PowerPoint VBA Controls Assistant. This tool sits at the bottom of the Edit menu and allows you to add the CB and edit its contents on the fly, or you can select the CB and then edit the contents at any time after creation.
I have searched and searched and can not find out how to create the content list without this tool. Also, can someone recommend a comprehensive VBA book, and a good source of code snippets. I searched the lounge and came up dry too.
Thanks!
Andy