I need to find a way to allow users without Excel 2007 to interact with my spreadsheet. The file has some complex macros and VBA code, so it has to be Excel 2007/2010.
The users are offsite. Ideally, I want to send them a URL that links them to the spreadsheet. From there they can view, enter data, and interact with the spreadsheet.
Clarification: One solution would be to set up an Amazon EC2 instance with Windows Server, and install Excel on that, along with my Excel file. I could provide a user with the RDP information. They could then could log in and run the Excel file. Are there any better solutions?