TheSwamp

Code Red => VB(A) => Topic started by: David Hall on July 28, 2022, 09:30:02 AM

Title: Autocad 2018 Tables
Post by: David Hall on July 28, 2022, 09:30:02 AM
Is there a way in VBA to change the text cell in every cell of a table?  I have looked around, and cant seem to find anything.
Title: Re: Autocad 2018 Tables
Post by: 57gmc on July 28, 2022, 10:55:59 AM
I found several code samples here (https://forums.autodesk.com/t5/vba/bd-p/33), especially this one (https://forums.autodesk.com/t5/vba/stepping-through-table-cells-amp-replacing-the-end-of-line/m-p/6835953). The problem is that the vba api for tables is not very powerful, as it is in .NET or Excel.