Greetings,
I have created an macro-enabled excel workbook (XLSM) that allows me to retrieve and input information using VBA code. After completion of the inputting, I also have a button that allows me to insert the information into a Word document (template). While this works OK, it don't think the XLSM file can be used on tablets.

The basic setup is that only a navigation page is displayed. This page has about 30 buttons programmed to open VBA forms. The first level has another set of option fields, each with their own radio buttons. Once the radio button is selected, and "Next" is clicked, a series of VBA forms then open up. These forms are where the information is input. Also, the VBA code saves the choice of the radio button (TRUE/FALSE) in the worksheet.

What programming language do I need to use to accomplish this process for a Windows Surface Pro 2 tablet? The worksheets used to hold the information can be a basic spreadsheet XLS or XLSX

Thanks,
Mike