Message 1 of 3
RevisonTable Add Function

Not applicable
11-04-2008
02:27 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I would like to create a macro that adds a revision table into the correct location on my sheet through vba.
I believe I have to use the following function, but I am having issues calling out the command:
Function Add(PlacementPoint As Point2d) As RevisionTable
Member of Inventor.RevisionTables
Creates a new RevisionTable object on the sheet
Can someone please show me some example code to show to add a revision table in this way?
I believe I have to use the following function, but I am having issues calling out the command:
Function Add(PlacementPoint As Point2d) As RevisionTable
Member of Inventor.RevisionTables
Creates a new RevisionTable object on the sheet
Can someone please show me some example code to show to add a revision table in this way?