Using Excel as front end to Access database (with VBA)

前端 未结 12 2134
我在风中等你
我在风中等你 2021-01-30 17:42

I am building a small application for a friend and they\'d like to be able to use Excel as the front end. (the UI will basically be userforms in Excel). They have a bunch of dat

12条回答
  •  难免孤独
    2021-01-30 18:06

    You could try something like XLLoop. This lets you implement excel functions (UDFs) on an external server (server implementations in many different languages are provided).

    For example you could use a MySQL database and Apache web server and then write the functions in PHP to serve up the data to your users.

    BTW, I work on the project so let me know if you have any questions.

提交回复
热议问题