Programming powerpoint with VBA

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pineforest
    New Member
    • Mar 2007
    • 1

    Programming powerpoint with VBA

    Hello,
    Iam new to programming and very new to VBA programming. I need a VBA code to split a textbox into multiple textboxes in powerpoint using the keyreturn as basis for delimiting each text.

    Can you give me the working code for the same

    have tried split function in vb, but doesnt work
  • willakawill
    Top Contributor
    • Oct 2006
    • 1646

    #2
    Hi. Do you mean you want to add a new textbox each time the user presses the return key? Or is that the only solution you can come up with right now to separate out items that they have typed in?

    Comment

    Working...