philip_ward
12 years agoNew Contributor
ChildCount of a Table
I have a small issue that is driving me mad and wondered if anyone could shed some light on what is happening.I have a table made up of 5 columns with 4 rows of data and the column headers.. making 5 ...
- 12 years agoIt may be a race condition.
Have you considered using the WaitProperty function to wait for the taable to be completely initialised?
You can enforce the update of the value by using Table.Refresh too.