No, VBA-Only controls cannot be added to the standard tab order. You could only simulate these fields being in the tab order by specifically setting focus to these fields through a Field.SetFocus or using a SendKeys call to tab. Warning: the SendKeys function will not work on Windows 7 environment unless UAC is disabled.
Thanks,
Tori