;
;-\)
Worksheet_Change(ByVal Target As Range)
Worksheet_SelectionChange(ByVal Target As Range)
I want to trigger code if a single cell changes, which is the best event?
I would also like to read more on these or similar sheet events but really
don't know where to look. The supplied help file is slim on these topics.
Worksheet_SelectionChange(ByVal Target As Range)
I want to trigger code if a single cell changes, which is the best event?
I would also like to read more on these or similar sheet events but really
don't know where to look. The supplied help file is slim on these topics.