Message 1 of 14
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello again,
One more question about tables: How do I get a block preview in a table cell.
It doesn't have to be some complicated selection thing just standard always the same block in the same cell.
Do I just add a line of code in the cell i want it in or is this more complicated? I want it in cell 3 2.
(vla-setText table 3 0 "text")
(vla-setText table 3 1)
( ................. 3 2 )
Thanks
Solved! Go to Solution.