Message 1 of 2
Autocad 2025 - UPDATE - TABLE CELL VALUE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi to everybody,
I have a question about Autocad VBA and Table writing value inside a cell. I recently made an update to 2025 version, but probably methods it was already available on previous release.
I never used before the second option below described.
I found on ActiveX on line Help two different methods to write a value into a Table cell's.
1)
object.SetValue nRow, nCol, nContent, acValue
2)
object.SetCellValueFromText row, col, val, nOption
Apparently seems both methods has the same effect, but probably it's not true. Seems using the second one instead the first the Mtext formatting can be preserved by Option value setting.
In any case somebody could give me some further help on specific issue ? the best could be some real example.
Thank you