Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP 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