Hi,

We have a long 300 page form that was created in MS Word.
We need it to have VB behind it and need some more customization (Word cannot support these changes). So we are re-platforming it to Excel 2010.
Each section of the word document will be a Sheet in Excel.

Problem:
Since this document is used for data entry, users need to be able to "TAB" or "Arrow" quickly through the form.
All the activeX controls (drop down, combo box, radio buttons, check boxes) are right on the sheet, NOT on a frame.

Is there a way to tab or arrow through each activeX control rather than having to use the mouse???
Side Note: I'd prefer to stay away from using VBA as there are hundreds of activeX controls.

Thanks