View Single Post
 
Old 05-17-2015, 03:57 PM
wichitawx wichitawx is offline Windows 7 64bit Office 2013
Novice
 
Join Date: May 2015
Posts: 4
wichitawx is on a distinguished road
Default how to concatenate text box on new slide

Hi

My knowledge:
powerpoint knowledge = 4
vba knowledge = 3

with that out of the way...
have an issue i cannot seem to solve. Created a slide. In the slide there are 16 activex text boxes where the user will fill in the data.

Now on the following slide i would like to combine all their answer into one text box.

example:
slide 1 the user enters the following
Textbox 1 = "OVC150"
textbox 2 = "12/10"


Slide 2 would combine them as follows.
"OVC150 12/10"

is this possible?

Currently on slide 2 i have 16 activex textbox that are linked with slide 1's textbox and it works but due to that some answers are longer or shorter than others, there are considerable spacing issues, so would like to resolve that with something like concatenate.

any help would be appreciated.

Thanks
Reply With Quote