You would use:
[vba]application.OnKey "{tab}", ""
application.OnKey "+{tab}", ""[/vba]

If you don't add the second one, they can Shift+tab backwards but not tab forwards.