Cells in Pages table

Hi there,

Does anybody know how to address a cell of a table in Pages’08


tell application "Pages"
	make new document
	tell document 1
		add table header column no header row no -- returns a 3X3 default table
		tell table 1
			tell cell of row 1 and column 1  <<<<
			set the text to "Hello World"
			set the text color to red
			end tell
		end tell
	end tell
end tell

Thanks for chiming in.

Michael

Hi,

unfortunately not at all, there are no elements of table to access the cells