Textbox controls (VBA code needed)

  • Thread starter Thread starter PRegis08
  • Start date Start date
P

PRegis08

Hi. I am currently creating a stand-alone training presentation via browse
by kiosk. I have two text box controls being used to ask the user for their
username and password.

My question is: What code do I need to make it so that when the user
presses tab while in the first text box, it moves it to the second text box
and shows the cursor there? Any help would be welcome and very much
appreciated.
 
This was very useful and interesting. I realized though that it only works
while in design mode. Is there a way once you set it up as a stand-alone
presentation for the cursor to jump from textbox1 to textbox2 when tab is
pressed?
 
No easy way I can think of if its on the slide. You could do it if both
were on a windows form.


Austin Myers
AT&W Technologies

Creators of PowerPoint add-ins
 
Back
Top