Log in

View Full Version : VBA code for copying text to another slide textbox



BennyAus
08-18-2017, 09:49 PM
Hello
I need some help with VBA code for PPT. Please refer to the attached example.

After a value is entered in the 'command button' box on slides 1 and 4 and after the “Enter wager” button is selected – I want to change the ‘slideValue’ text on the answer slides. The command button boxes on slides 1 and 4 are called WagerBoxD1 and WagerBoxD2, respectively.

So for slide 3 – the ‘slideValue’ text changes to the same value entered on slide 1 + “$” before the value; e.g. if 100 is entered in the command box on slide 1 then the text box on slide 3 changes from $300 to $100

Thanks for your time and help with this.....

John Wilson
08-19-2017, 07:15 AM
20110

See if this is close

BennyAus
08-19-2017, 04:31 PM
Thanks soooooo much John! I spent hours on this and could not figure out how to do. The code works perfectly.
Thanks agin for you help and thanks to this fabulous forum!