I have a worksheet range that when the user changes any cell in the range the Worksheet_change(ByVal Target As Range) event triggers property changes to a command button..which works fine. The problem is I also have a userform that can make changes to cells within the range but userform changes do not trigger the Worksheet_Change event. Is it possible to trigger a Worksheet_change event from a userform change or do I have to handle changes made by userforms differently.
Thanks
Thanks