Help Exporting Powerpoint ActiveX TextBox

K

Khadafi

Hi, I am creating a questionnaire on powerpoint, the answers given are sent
to a summary page at the end of the presentation using vba coding. I have got
this working perfectly.
I want to store the answers on the summary page on either excel or access, I
have tried using various macros which saves text in normal text boxes as a
csv file, but as the text boxes on the summary page are active x ones, the
text is not saved.
Any help would be much appreciated.
Many thanks.
 
J

John Wilson

Post the code you have that works with normal textboxes and I'm sure someone
will adapt it for you.
 
M

Matti Vuori

Hi, I am creating a questionnaire on powerpoint, the answers given are
sent to a summary page at the end of the presentation using vba
coding. I have got this working perfectly.
I want to store the answers on the summary page on either excel or
access, I have tried using various macros which saves text in normal
text boxes as a csv file, but as the text boxes on the summary page
are active x ones, the text is not saved.

I didn't even know that PPT has "normal" textboxes that are not ActiveX
controls...

Each ActiveX control of type TextBox has a property Text which has the text
of the textbox (for example: textbox1.Text).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top