Hello Friends
My name is Kaustubh Patel and this is my first post in this forum. First of all thanks for creating such a beautiful and helpful community.
Please note, I am not an excel or VBA expert but with the help of Google, I learned how to create and edit basic VBA code. Now coming to my question
I am working in an organization, with five branches say A, B, C, D, and E. We have to create a payment dashboard for these five branches. Their variable salary is paid based on scores on this dashboard. I am planning to create a beautiful dashboard using VBA and Graphs.
My Current Process
These all five branches shared various different data via email to me. Based on that data, I work out some final figure and then scores are allocated to them. These scores are in numeric format say 5 out of 10. Once the scores are collected the individual branch wise data are sent back to respective users to confirm. After getting confirmation, the dashboard is release.
What I want
1. I am looking for a VBA code or any option to lock and unlock excel data. I want once the branch input their data, they will click on freeze button to lock the data., Once freeze, the approval option will start appearing to me. I will either approve or reject the data. If rejected it will go back to branch to confirm again.
2. I am collecting data from five branches on a network. I want to give access to the particular worksheet to a particular person based on their computer name. For example, If A branch opens the file on their network then data related to A branch is only visible to them.
Please help me with these two problems.
My name is Kaustubh Patel and this is my first post in this forum. First of all thanks for creating such a beautiful and helpful community.
Please note, I am not an excel or VBA expert but with the help of Google, I learned how to create and edit basic VBA code. Now coming to my question
I am working in an organization, with five branches say A, B, C, D, and E. We have to create a payment dashboard for these five branches. Their variable salary is paid based on scores on this dashboard. I am planning to create a beautiful dashboard using VBA and Graphs.
My Current Process
These all five branches shared various different data via email to me. Based on that data, I work out some final figure and then scores are allocated to them. These scores are in numeric format say 5 out of 10. Once the scores are collected the individual branch wise data are sent back to respective users to confirm. After getting confirmation, the dashboard is release.
What I want
1. I am looking for a VBA code or any option to lock and unlock excel data. I want once the branch input their data, they will click on freeze button to lock the data., Once freeze, the approval option will start appearing to me. I will either approve or reject the data. If rejected it will go back to branch to confirm again.
2. I am collecting data from five branches on a network. I want to give access to the particular worksheet to a particular person based on their computer name. For example, If A branch opens the file on their network then data related to A branch is only visible to them.
Please help me with these two problems.