M
Marge S
I am trying to position a VBA input box so that it appears on the PowerPoint
screen in a certain place and won't interfere with underlying material. I
have followed the code examples but it keeps showing an error. How would you
write a statement to get input from a user ... say their name that you want
to store in userName variable and make sure the input box is at xpos 4,000
and ypos 5,000 and get the program to except that without error?
Thanks for any help you can provide. The info in my books and online help
for VBA in PPT just does not explain it well or give you a written example.
The problem is the item right before you put in the x and y positions. I
think it is callinf for some string, but you can't seem to leave it out. One
time I put in my own name in quotes and that worked, placing my name in the
text input area of the input box; however, when I changed it to "my name" it
wouldn't take it. Go figure????
Thanks, Marge
screen in a certain place and won't interfere with underlying material. I
have followed the code examples but it keeps showing an error. How would you
write a statement to get input from a user ... say their name that you want
to store in userName variable and make sure the input box is at xpos 4,000
and ypos 5,000 and get the program to except that without error?
Thanks for any help you can provide. The info in my books and online help
for VBA in PPT just does not explain it well or give you a written example.
The problem is the item right before you put in the x and y positions. I
think it is callinf for some string, but you can't seem to leave it out. One
time I put in my own name in quotes and that worked, placing my name in the
text input area of the input box; however, when I changed it to "my name" it
wouldn't take it. Go figure????
Thanks, Marge