I have a document with approximately 50 tables in it, some of which I need to add some text and shade some cells etc. The tables which I need to run my script over are identified by a string ( just one word ) found in the second row, first cell of these particular tables. I need to search each table in the document for this string, if the string is present then apply the script, if not present then move to the next table in the document. I've had good read around "getText" but I'm unsure if this the right way to go and still don't know how to apply it. Anybody any ideas how I could achieve this?
Thanks
Chris