View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] kmsrahman@gmail.com is offline
external usenet poster
 
Posts: 1
Default Exporting selected textboxes to another powerpoint presentation

I realize this is an excel programming group, however I have found many of the programmers here to be a lot more efficient and dynamic than many of the other groups/forums. Any help would be appreciated

I am trying to create a Powerpoint file where I have various credentials (each in the form of grouped textboxes and images) with an activeX Check box under each of the grouped drawing objects.

I would like to create a macro that pastes and arranges credentials based on the Check boxes selected onto a new powerpoint presentation.

For eg. My main file shall have 40 images/textboxes or credentials each with a check box underneath it. If i selected credential #1, 8, 12, .... 27 and 40 then I would like only credential #1, 8, 12, .... 27 and 40 to go onto a new powerpoint presentation

Any thoughts on how i could do this?
Can it be done in powerpoint or should i consider using another program to export onto Powerpoint?