I have a Table Object that needs to be filled with data under certain conditions.
The Condition comes from the "Flag Desc" column in the print below. If this condition is true, it will be put into the "Desc" column in the left table and the "D Out" value in the same line will be put into the "MD" column in the same left table.
I'm completely capable in a normal range, but i do not know how to do it in a table object range. I've looked over many forums and articles trying different combinations of codes but without success.
I'm stuck at the point where i cannot refer the same row in the "Flag Desc" column with "D Out" column to get its value.
Can someone shed a light?
Cheers,
There is nothing special about
ListObjects(aka Tables), you can enter values after their last row, and they will grow automatically. You can write something along these lines: