Hi, I have something that seems it would be easy that I can't figure out and need some help.
I have a Table that looks like this:
A
1| COLORS
2| Blue
3| Orange
4| Red
Yellow
I want the user to be able to enter Green below Yellow and the table automatically sorts the data when the user hits enter. It is important that this be a Table so I'm looking for the VBA code to point out the table (not certain cells.
I have a Table that looks like this:
A
1| COLORS
2| Blue
3| Orange
4| Red
Yellow
I want the user to be able to enter Green below Yellow and the table automatically sorts the data when the user hits enter. It is important that this be a Table so I'm looking for the VBA code to point out the table (not certain cells.