Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to Write in a Table Objects Cell

Hi, I have read in this forum that I can read the contents of an Table Objects Cell by means of that instruction:

- Set Table = ActiveDocument.GetSheetObject ('XXXX')

- Set Cell = Table.GetCell(X,Y)

- MsgBox(Cell.Text)

My question is, How I can write in the Cell(X,Y) ?

Thak's for regards

0 Replies