Hello,
I'm an IT professional person, but work since few months directly in business department . So I'm not belonging to our IT department. I am considered as a business user, So I have not acces to the IT development tools.
In my company, Business users (so like me ) have a web app which enable to post some requests to the IT department, and especially evolution requests for all tools used by business users.
The problem is that there is no real efficient dashboard in order to follow user's requests, and it is very difficult to see the requests under their responsibility.
So, I have decided to do it myself with the tools at my disposal : Excel.
I have managed to access to the SQL DB, and I have created an excel workbook (+vba code) which make an ODBC connection and display resut in a sheet, and create an efficient dashboard. Some setting allows me to tune the result (exlude some requests which are on my dashboard by error (because wrong keyed in) for example).
Moreover this dashboard enables me to add some comments for each request, in order to follow them(Do this in the webapp is not possible or it is a mess). So the workbook combines DB data (requests I want to follow) and manual keyed in data (comments, ranking for example)
The problem is that some other business users from other departments have seen this and want it...
But the problem is that it is difficult to deploy, since each users will have its own settings, own data and own personal comments. So I will have several workbook to maintain. One by department I think.
I would be able to dynamically update VBA code of deployed workbook (or by using an addin), but what if for example I basically fix a bug in a formula ? Or add a new column ? I need to re-deploy the fixed excel workbook to the users. So their personal comments will be erased...
Do you have any suggestions in such case ? How do you manage Excel workbook deployment ?
Or It is not possible, and the solution, in my case, is not in Excel, but in a standalone app with a real DB ? Or a combination between access and Excel ?
Thank you for your help, I hope I'm clear...
I'm an IT professional person, but work since few months directly in business department . So I'm not belonging to our IT department. I am considered as a business user, So I have not acces to the IT development tools.
In my company, Business users (so like me ) have a web app which enable to post some requests to the IT department, and especially evolution requests for all tools used by business users.
The problem is that there is no real efficient dashboard in order to follow user's requests, and it is very difficult to see the requests under their responsibility.
So, I have decided to do it myself with the tools at my disposal : Excel.
I have managed to access to the SQL DB, and I have created an excel workbook (+vba code) which make an ODBC connection and display resut in a sheet, and create an efficient dashboard. Some setting allows me to tune the result (exlude some requests which are on my dashboard by error (because wrong keyed in) for example).
Moreover this dashboard enables me to add some comments for each request, in order to follow them(Do this in the webapp is not possible or it is a mess). So the workbook combines DB data (requests I want to follow) and manual keyed in data (comments, ranking for example)
The problem is that some other business users from other departments have seen this and want it...
But the problem is that it is difficult to deploy, since each users will have its own settings, own data and own personal comments. So I will have several workbook to maintain. One by department I think.
I would be able to dynamically update VBA code of deployed workbook (or by using an addin), but what if for example I basically fix a bug in a formula ? Or add a new column ? I need to re-deploy the fixed excel workbook to the users. So their personal comments will be erased...
Do you have any suggestions in such case ? How do you manage Excel workbook deployment ?
Or It is not possible, and the solution, in my case, is not in Excel, but in a standalone app with a real DB ? Or a combination between access and Excel ?
Thank you for your help, I hope I'm clear...