![]() |
|
#4
|
|||
|
|||
|
I understand that but If we see how you handled the score we will be able to judge your skill level and come up with a suitable answer.
"Come back on slide 10 tells me nothing. Best bet is post the slides somewhere. If you do know what you are doing and the Textbox they enter the name into is called TextBox1 on slide 1 You can read it's current value with: Code:
ActivePresentation.Slides(1).Shapes("TextBox1").OLEFormat.Object.Text
Code:
Private Sub TextBox1_Change() strName = Me.TextBox1.Text End Sub |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Text Field [content control] - Default text color vs Filled Text color
|
jackcoletti | Word | 3 | 02-01-2017 08:10 AM |
Drawing lines between text boxes which have actual text within the text boxes
|
RHODIUM | Word | 6 | 10-01-2016 04:43 PM |
| Macro to find coloured text and replace with form-field/formtext containing that text | tarktran | Word VBA | 1 | 11-26-2014 08:12 AM |
| Compare text from Bookmark with text from Text box | Byron Polk | Word VBA | 4 | 07-30-2014 06:18 AM |
Word 2003 - IncludeText Does Not Include Bookmark Text if in a Form Text Control
|
skarden | Word | 1 | 12-12-2011 10:39 PM |