Message 1 of 1
Tabel Style - value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hy everyone,
my vba code
.........
ThisDrawing.ModelSpace.AddTable pt5, 4, 3, 25, 10 'pt5 is a point defined on screen
........
its working, but
How can i resolve , when i insert a table in the drawing, the table cell (either cell) , read the value from Val(TextBox2.Text).
Or insert a predefined Tablestyle, not just a simple table.
thanks