Hello,
I am very new to VBA programming (just looking at its possibilities). I am trying to complete a task that might be a little difficult. I am trying to write code that displays a message box if a certain cell has changed, but others haven't when the user attempts to close the file.
So for instance, it is important to update certain cells, if one specific cell is updated (in each row). I want to force the users to update the cells as it is important information neeeded for tracking, but it is only necessary to be updated when a certain cell has changed. I want to show the message only when the user tries to close the spreadsheet without updating the required cells. This way it is not invasive.To determine when it has changed, is to determine if the user made a change to the cell in the current session (since the user opened the file). I could make a box popup reminding the user that he/she needs to update the cells, but that can be annoying and loses its effectiveness after so long. Any help is appreciated. Thanks
I am very new to VBA programming (just looking at its possibilities). I am trying to complete a task that might be a little difficult. I am trying to write code that displays a message box if a certain cell has changed, but others haven't when the user attempts to close the file.
So for instance, it is important to update certain cells, if one specific cell is updated (in each row). I want to force the users to update the cells as it is important information neeeded for tracking, but it is only necessary to be updated when a certain cell has changed. I want to show the message only when the user tries to close the spreadsheet without updating the required cells. This way it is not invasive.To determine when it has changed, is to determine if the user made a change to the cell in the current session (since the user opened the file). I could make a box popup reminding the user that he/she needs to update the cells, but that can be annoying and loses its effectiveness after so long. Any help is appreciated. Thanks