szchris384
New Member
- Joined
- Oct 3, 2010
- Messages
- 8
Hello, trying to update a range in another worksheet, but only when the active worksheet is not selected anymore.
Ie, 4 worksheets in my workbook, sheet1...sheet4.
When user changes something in sheet4, then selects sheet3, I would like vba code to update a range in sheet1. But this can only update the range in sheet1 when the user clicks onto any other sheet.
I have a button right now for them to click to go to sheet3, but if they don't click that button and click sheet3 directly, it won't update. That's why I require to update a range in sheet1 when they click off of sheet4.
Thanks for any help.
Chris
Ie, 4 worksheets in my workbook, sheet1...sheet4.
When user changes something in sheet4, then selects sheet3, I would like vba code to update a range in sheet1. But this can only update the range in sheet1 when the user clicks onto any other sheet.
I have a button right now for them to click to go to sheet3, but if they don't click that button and click sheet3 directly, it won't update. That's why I require to update a range in sheet1 when they click off of sheet4.
Thanks for any help.
Chris