B
Bob Fishel
Hi all I have a powerpoint presentation with a number of textboxes on each
slide. I would like to be able to setup a tab order for these. I am used to
using this sub in excel (on keydown)
If KeyCode = 9 Then
TextBox2.Activate
End If
However it seems that the powerpoint textboxes don't have an activate method.
Any ideas?
Thanks
-Bob
slide. I would like to be able to setup a tab order for these. I am used to
using this sub in excel (on keydown)
If KeyCode = 9 Then
TextBox2.Activate
End If
However it seems that the powerpoint textboxes don't have an activate method.
Any ideas?
Thanks
-Bob