Hi All,
I'm looking for help with creating a macro to pop-up an alert message if the value of cell "S8" on "Actual vs Plan" tab changes. Ideally i'd also like the message to display the change between the original value and the new value of cell "S8".
Something like this:
IF value of cell S8 <> then call alert message "The EAC Unbilled has changed by "X". Please update the reviewer tab to record this change."
Going a step further, it would be awesome if the macro could also post the new value from cell "S8" to the "Reviewer" tab in the next blank cell in column J (range J6:J61).
I have the following columns on the reviewer tab:
Description of Changes.....Time Period covered .....Task owner Initial....Date.....EAC Unbilled
I would really like to have a text field show in the pop-up message to input a "Description" (F:F) for the change in value of cell "S8". I'd like for the "Time Period Covered" (G:G) to be a from-to date field. The "Task Owner Initial" (H:H) to be a select list, and the "date" (I:I) to be auto populated with today's date.
I know this is asking a lot so any suggestions would be great. This is my first time posting to the forums so i apologize if my question is hard to follow.
I've tried a couple of things on my own but cant quite get it to work correctly. Any and all suggestions welcome.
I'm looking for help with creating a macro to pop-up an alert message if the value of cell "S8" on "Actual vs Plan" tab changes. Ideally i'd also like the message to display the change between the original value and the new value of cell "S8".
Something like this:
IF value of cell S8 <> then call alert message "The EAC Unbilled has changed by "X". Please update the reviewer tab to record this change."
Going a step further, it would be awesome if the macro could also post the new value from cell "S8" to the "Reviewer" tab in the next blank cell in column J (range J6:J61).
I have the following columns on the reviewer tab:
Description of Changes.....Time Period covered .....Task owner Initial....Date.....EAC Unbilled
I would really like to have a text field show in the pop-up message to input a "Description" (F:F) for the change in value of cell "S8". I'd like for the "Time Period Covered" (G:G) to be a from-to date field. The "Task Owner Initial" (H:H) to be a select list, and the "date" (I:I) to be auto populated with today's date.
I know this is asking a lot so any suggestions would be great. This is my first time posting to the forums so i apologize if my question is hard to follow.
I've tried a couple of things on my own but cant quite get it to work correctly. Any and all suggestions welcome.