I have an application written in Access VBA. Part of the application has an export to Excel button where it automatically runs a load of code in Excel.
Is this possible with PHP?
Ideally, I'd like a button on a webpage, which users can press and it runs the same VBA code in Excel.
If not are there alternatives, like storing an Excel template on the server with a macro in it that I can force a download to the client?