wsnyder
Board Regular
- Joined
- Sep 23, 2018
- Messages
- 224
- Office Version
- 365
- Platform
- Windows
Hi,
Using Excel 365.
Is there such a thing as Table (ListObject Object) Change Event or something better than Worksheet Change Event?
I have a Table on a worksheet. A user can enter a new item which triggers the code to sort the table and remove any duplicates.
However, I need to add a second table to the sheet.
It does not seem "elegant" to fire the code on Table1 when the only think the user changed was Table2.
Thanks,
-w
Using Excel 365.
Is there such a thing as Table (ListObject Object) Change Event or something better than Worksheet Change Event?
I have a Table on a worksheet. A user can enter a new item which triggers the code to sort the table and remove any duplicates.
However, I need to add a second table to the sheet.
It does not seem "elegant" to fire the code on Table1 when the only think the user changed was Table2.
Thanks,
-w