<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Linked table over multiple drawing sheets in Inventor Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-forum/linked-table-over-multiple-drawing-sheets/m-p/12654274#M24663</link>
    <description>&lt;P&gt;I see, I have implimented this code with some slight adjustments for when changing paper sizes within the document. When you set the reference as the active sheet, is there a way to set it to the sheet your looking at, so say for example If the first page is A1 and I run the code now it will delete and copy the table from the first page, but when it gets to A3 Pages it ignores them, Is there a way so if on page 3 which is A3 I ran the code it would take the information from that page and go through the sheets so calling on the Active sheet your looking at.&lt;BR /&gt;&lt;BR /&gt;Because from what I understand and from running the code The line of code:&lt;BR /&gt;Dim activeSht As Sheet = drawDoc.Sheets.Item(1)&lt;BR /&gt;sets the first page as the active sheet I tried calling activeSht as:&lt;BR /&gt;Dim activeSht As Sheet = ActiveSheet&lt;BR /&gt;and&lt;BR /&gt;Dim activeSht As Sheet = drawDoc.Sheets.ActiveSheet&lt;BR /&gt;but both throw out errors&lt;BR /&gt;&lt;BR /&gt;Here is the Code I have so far:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Mar 2024 19:18:26 GMT</pubDate>
    <dc:creator>joe_love-gunn</dc:creator>
    <dc:date>2024-03-20T19:18:26Z</dc:date>
    <item>
      <title>Linked table over multiple drawing sheets</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/linked-table-over-multiple-drawing-sheets/m-p/12641243#M24658</link>
      <description>&lt;P&gt;Hi wondering if anyone can help, In drawings I am doing for work we have to have 2 rev tables in our drawings one called Revisions which has our standard revision table for any changes, and another called Client Revisions which has the table for the revisions as per client request when it is issued to them, both have different data in them as per the revision. Our Revisions table is linked over the whole drawing so that a change on any page is reflected on all pages however our client revision table is not linked and on changing on one page requires tediously deleting and copying the new one throughout all the pages which can be annoying over some drawings being 90 pages long, is it possible to have both tables that have different names linked through the drawing so that when the revisions table is updated it will update throughout, and then when the client table is updated all the client tables will update throughout.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 18:20:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/linked-table-over-multiple-drawing-sheets/m-p/12641243#M24658</guid>
      <dc:creator>joe_love-gunn</dc:creator>
      <dc:date>2024-03-14T18:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: Linked table over multiple drawing sheets</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/linked-table-over-multiple-drawing-sheets/m-p/12641484#M24659</link>
      <description>&lt;P&gt;&lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/15202384"&gt;@joe_love-gunn&lt;/a&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Hi, Joe and welcome.&lt;BR /&gt;&lt;BR /&gt;Can you share some details on how each of these is set up, inserted and where the data they are linked to comes from? &amp;nbsp;eg. Are you using Vault for any of this?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 20:00:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/linked-table-over-multiple-drawing-sheets/m-p/12641484#M24659</guid>
      <dc:creator>CGBenner</dc:creator>
      <dc:date>2024-03-14T20:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Linked table over multiple drawing sheets</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/linked-table-over-multiple-drawing-sheets/m-p/12641951#M24660</link>
      <description>&lt;P&gt;Hi Joe,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately, no, there is no out-of-the-box workflow to do that. iLogic may help but it is not much different than automating the manual process. Inventor's drawing revision table is per sheet basis. Vault's revision table is per file basis. You may want to create a custom general table to capture the revision, aided by an iLogic rule. But you still need to make sure the right data is filled in at the right time. The process of checking isn't trivial either.&lt;/P&gt;
&lt;P&gt;Many thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 00:58:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/linked-table-over-multiple-drawing-sheets/m-p/12641951#M24660</guid>
      <dc:creator>johnsonshiue</dc:creator>
      <dc:date>2024-03-15T00:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Linked table over multiple drawing sheets</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/linked-table-over-multiple-drawing-sheets/m-p/12642761#M24661</link>
      <description>&lt;P&gt;So all our tables link to inventor iProperties only, our revision table FGS Revisions is a table that links through the drawing, if we edit anything in their it will have the same table throughout, but the client table we currently use is a general table and changes per sheet basis, all information is manually inputed into the table window when we double click on the table. With our revision table the REV number links to the Rev number iProperty, and same with the initials of each designer approved by ect linking to their retrospective iProperties, however the description ect links to no where. The main question is that is it at all possible to set the client revision table to follow the same as the FGS revision table and have it as a table linked to the drawing as can be seen in the Tree with our table being listed as FGS Revisions (Drawing) - &amp;lt;name of table&amp;gt; &amp;lt;assuming linking type/a setting result somewhere&amp;gt; but the client table is in as a general table Client Revisions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope that kind of explains things a little better.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 10:20:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/linked-table-over-multiple-drawing-sheets/m-p/12642761#M24661</guid>
      <dc:creator>joe_love-gunn</dc:creator>
      <dc:date>2024-03-15T10:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Linked table over multiple drawing sheets</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/linked-table-over-multiple-drawing-sheets/m-p/12652511#M24662</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/15202384"&gt;@joe_love-gunn&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Custom table and revision tables are entirely different objects and unfortunately don't have the same functionality as Johnson has stated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So their is no automatic solution to your workflow. If you just need to copy the custom table from one sheet to another then you can automate this with an ilogic rule.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See this example&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="visual-basic"&gt;Sub Main
		Dim drawDoc As DrawingDocument = ThisDoc.Document
		
		'Set a reference to the active sheet.
		Dim activeSht As Sheet = drawDoc.Sheets.Item(1)
		
		'Set Table Title.
		Dim revTitle As String = "CLIENT REVISIONS"
		
		'Get custom table object.
		Dim clientRevTbl_1 As CustomTable = FindTable(revTitle,activeSht)
		
		'Cycle through each sheet in the drawing.
		For Each sht As Sheet In drawDoc.Sheets
			If sht Is activeSht Then Continue For

			'Look for specified table.
			Dim clientRevTbl_New As CustomTable = FindTable(revTitle,sht)
	
			'Didn't find any client table, so copy one.
			If clientRevTbl_New Is Nothing Then
				clientRevTbl_New = clientRevTbl_1.CopyTo(sht)
				
				'Move Table.
				 MoveTable(clientRevTbl_New, sht)
			End If
		Next
		activeSht.Activate
		MessageBox.Show("All Done adding Rev Block", "iLogic")

	End Sub
	
	'Cycle through each custom table in the drawing.
	Function FindTable(title As String,sht As Sheet) As CustomTable
		For Each customTbl In sht.CustomTables  
			If customTbl.Title = title Then
				Return customTbl
				Exit For
			End If
		Next
	End Function
	
	Sub MoveTable(tbl As CustomTable, sht As Sheet)

		' Height is required if you want to drive by bottom of table.
		Dim tableHeight As Double = tbl.RangeBox.MaxPoint.Y - tbl.RangeBox.MinPoint.Y
		Dim tableWidth As Double = tbl.RangeBox.MaxPoint.X - tbl.RangeBox.MinPoint.X
		Dim titleX As Double = sht.TitleBlock.RangeBox.MaxPoint.X
		Dim titleY As Double = sht.TitleBlock.RangeBox.MaxPoint.Y

		Dim pt As Point2d = ThisApplication.TransientGeometry.CreatePoint2d(titleX - tableWidth, titleY + tableHeight)

		'Move table.
		tbl.Position = pt
	
	End Sub&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AAcheson_0-1710909588503.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1339266iCB8E4AFD5685C993/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AAcheson_0-1710909588503.png" alt="AAcheson_0-1710909588503.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2024 04:41:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/linked-table-over-multiple-drawing-sheets/m-p/12652511#M24662</guid>
      <dc:creator>A.Acheson</dc:creator>
      <dc:date>2024-03-20T04:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Linked table over multiple drawing sheets</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/linked-table-over-multiple-drawing-sheets/m-p/12654274#M24663</link>
      <description>&lt;P&gt;I see, I have implimented this code with some slight adjustments for when changing paper sizes within the document. When you set the reference as the active sheet, is there a way to set it to the sheet your looking at, so say for example If the first page is A1 and I run the code now it will delete and copy the table from the first page, but when it gets to A3 Pages it ignores them, Is there a way so if on page 3 which is A3 I ran the code it would take the information from that page and go through the sheets so calling on the Active sheet your looking at.&lt;BR /&gt;&lt;BR /&gt;Because from what I understand and from running the code The line of code:&lt;BR /&gt;Dim activeSht As Sheet = drawDoc.Sheets.Item(1)&lt;BR /&gt;sets the first page as the active sheet I tried calling activeSht as:&lt;BR /&gt;Dim activeSht As Sheet = ActiveSheet&lt;BR /&gt;and&lt;BR /&gt;Dim activeSht As Sheet = drawDoc.Sheets.ActiveSheet&lt;BR /&gt;but both throw out errors&lt;BR /&gt;&lt;BR /&gt;Here is the Code I have so far:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2024 19:18:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/linked-table-over-multiple-drawing-sheets/m-p/12654274#M24663</guid>
      <dc:creator>joe_love-gunn</dc:creator>
      <dc:date>2024-03-20T19:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Linked table over multiple drawing sheets</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/linked-table-over-multiple-drawing-sheets/m-p/12654291#M24664</link>
      <description>&lt;P&gt;Better view of the code sorry&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;&lt;BR /&gt;Sub&lt;/SPAN&gt; &lt;SPAN&gt;Main&lt;/SPAN&gt;
		&lt;SPAN&gt;Dim&lt;/SPAN&gt; &lt;SPAN&gt;drawDoc&lt;/SPAN&gt; &lt;SPAN&gt;As&lt;/SPAN&gt; &lt;SPAN&gt;DrawingDocument&lt;/SPAN&gt; = &lt;SPAN&gt;ThisDoc&lt;/SPAN&gt;.&lt;SPAN&gt;Document&lt;/SPAN&gt;
		
		&lt;SPAN&gt;'Set a reference to the active sheet.&lt;/SPAN&gt;
		&lt;SPAN&gt;Dim&lt;/SPAN&gt; &lt;SPAN&gt;activeSht&lt;/SPAN&gt; &lt;SPAN&gt;As&lt;/SPAN&gt; &lt;SPAN&gt;Sheet&lt;/SPAN&gt; = &lt;SPAN&gt;drawDoc&lt;/SPAN&gt;.&lt;SPAN&gt;Sheets&lt;/SPAN&gt;.&lt;SPAN&gt;Item&lt;/SPAN&gt;(1)

		&lt;SPAN&gt;'Set Table Title.&lt;/SPAN&gt;
		&lt;SPAN&gt;Dim&lt;/SPAN&gt; &lt;SPAN&gt;revTitle&lt;/SPAN&gt; &lt;SPAN&gt;As&lt;/SPAN&gt; &lt;SPAN&gt;String&lt;/SPAN&gt; = &lt;SPAN&gt;"REVISIONS"&lt;/SPAN&gt;
		
		&lt;SPAN&gt;'Get custom table object.&lt;/SPAN&gt;
		&lt;SPAN&gt;Dim&lt;/SPAN&gt; &lt;SPAN&gt;clientRevTbl_1&lt;/SPAN&gt; &lt;SPAN&gt;As&lt;/SPAN&gt; &lt;SPAN&gt;CustomTable&lt;/SPAN&gt; = &lt;SPAN&gt;FindTable&lt;/SPAN&gt;(&lt;SPAN&gt;revTitle&lt;/SPAN&gt;, &lt;SPAN&gt;activeSht&lt;/SPAN&gt;)
				
		&lt;SPAN&gt;'Cycle through each sheet in the drawing.&lt;/SPAN&gt;
		&lt;SPAN&gt;For&lt;/SPAN&gt; &lt;SPAN&gt;Each&lt;/SPAN&gt; &lt;SPAN&gt;sht&lt;/SPAN&gt; &lt;SPAN&gt;As&lt;/SPAN&gt; &lt;SPAN&gt;Sheet&lt;/SPAN&gt; &lt;SPAN&gt;In&lt;/SPAN&gt; &lt;SPAN&gt;drawDoc&lt;/SPAN&gt;.&lt;SPAN&gt;Sheets&lt;/SPAN&gt;
			&lt;SPAN&gt;If&lt;/SPAN&gt; &lt;SPAN&gt;sht&lt;/SPAN&gt; &lt;SPAN&gt;Is&lt;/SPAN&gt; &lt;SPAN&gt;activeSht&lt;/SPAN&gt; &lt;SPAN&gt;Then&lt;/SPAN&gt; &lt;SPAN&gt;Continue&lt;/SPAN&gt; &lt;SPAN&gt;For&lt;/SPAN&gt;
				
				&lt;SPAN&gt;'Checks Sheet Size to the active sheet and if matches continues&lt;/SPAN&gt;
				&lt;SPAN&gt;If&lt;/SPAN&gt; &lt;SPAN&gt;sht&lt;/SPAN&gt;.&lt;SPAN&gt;Size&lt;/SPAN&gt;() = &lt;SPAN&gt;activeSht&lt;/SPAN&gt;.&lt;SPAN&gt;Size&lt;/SPAN&gt;() &lt;SPAN&gt;Then&lt;/SPAN&gt;
					
					&lt;SPAN&gt;'Look for specified table.&lt;/SPAN&gt;
					&lt;SPAN&gt;Dim&lt;/SPAN&gt; &lt;SPAN&gt;clientRevTbl_New&lt;/SPAN&gt; &lt;SPAN&gt;As&lt;/SPAN&gt; &lt;SPAN&gt;CustomTable&lt;/SPAN&gt; = &lt;SPAN&gt;FindTable&lt;/SPAN&gt;(&lt;SPAN&gt;revTitle&lt;/SPAN&gt;,&lt;SPAN&gt;sht&lt;/SPAN&gt;)
	
					&lt;SPAN&gt;'Didn't find any client table, so copy one.&lt;/SPAN&gt;
					&lt;SPAN&gt;If&lt;/SPAN&gt; &lt;SPAN&gt;clientRevTbl_New&lt;/SPAN&gt; &lt;SPAN&gt;Is&lt;/SPAN&gt; &lt;SPAN&gt;Nothing&lt;/SPAN&gt; &lt;SPAN&gt;Then&lt;/SPAN&gt;
						&lt;SPAN&gt;clientRevTbl_New&lt;/SPAN&gt; = &lt;SPAN&gt;clientRevTbl_1&lt;/SPAN&gt;.&lt;SPAN&gt;CopyTo&lt;/SPAN&gt;(&lt;SPAN&gt;sht&lt;/SPAN&gt;)
				
					&lt;SPAN&gt;ElseIf&lt;/SPAN&gt; &lt;SPAN&gt;clientRevTbl_New&lt;/SPAN&gt; &lt;SPAN&gt;Is&lt;/SPAN&gt; &lt;SPAN&gt;clientRevTbl_New&lt;/SPAN&gt; &lt;SPAN&gt;Then&lt;/SPAN&gt;
				
						&lt;SPAN&gt;clientRevTbl_New&lt;/SPAN&gt;.&lt;SPAN&gt;Delete&lt;/SPAN&gt;
				
						&lt;SPAN&gt;clientRevTbl_New&lt;/SPAN&gt; = &lt;SPAN&gt;clientRevTbl_1&lt;/SPAN&gt;.&lt;SPAN&gt;CopyTo&lt;/SPAN&gt;(&lt;SPAN&gt;sht&lt;/SPAN&gt;)
					&lt;SPAN&gt;End&lt;/SPAN&gt; &lt;SPAN&gt;If&lt;/SPAN&gt;
					
			&lt;SPAN&gt;End&lt;/SPAN&gt; &lt;SPAN&gt;If&lt;/SPAN&gt;
		&lt;SPAN&gt;Next&lt;/SPAN&gt;
		&lt;SPAN&gt;activeSht&lt;/SPAN&gt;.&lt;SPAN&gt;Activate&lt;/SPAN&gt;
		&lt;SPAN&gt;MessageBox&lt;/SPAN&gt;.&lt;SPAN&gt;Show&lt;/SPAN&gt;(&lt;SPAN&gt;"All Done adding Rev Block"&lt;/SPAN&gt;, &lt;SPAN&gt;"iLogic"&lt;/SPAN&gt;)

	&lt;SPAN&gt;End&lt;/SPAN&gt; &lt;SPAN&gt;Sub&lt;/SPAN&gt;
	
	&lt;SPAN&gt;'Cycle through each custom table in the drawing.&lt;/SPAN&gt;
	&lt;SPAN&gt;Function&lt;/SPAN&gt; &lt;SPAN&gt;FindTable&lt;/SPAN&gt;(&lt;SPAN&gt;title&lt;/SPAN&gt; &lt;SPAN&gt;As&lt;/SPAN&gt; &lt;SPAN&gt;String&lt;/SPAN&gt;,&lt;SPAN&gt;sht&lt;/SPAN&gt; &lt;SPAN&gt;As&lt;/SPAN&gt; &lt;SPAN&gt;Sheet&lt;/SPAN&gt;) &lt;SPAN&gt;As&lt;/SPAN&gt; &lt;SPAN&gt;CustomTable&lt;/SPAN&gt;
		&lt;SPAN&gt;For&lt;/SPAN&gt; &lt;SPAN&gt;Each&lt;/SPAN&gt; &lt;SPAN&gt;customTbl&lt;/SPAN&gt; &lt;SPAN&gt;In&lt;/SPAN&gt; &lt;SPAN&gt;sht&lt;/SPAN&gt;.&lt;SPAN&gt;CustomTables&lt;/SPAN&gt;  
			&lt;SPAN&gt;If&lt;/SPAN&gt; &lt;SPAN&gt;customTbl&lt;/SPAN&gt;.&lt;SPAN&gt;Title&lt;/SPAN&gt; = &lt;SPAN&gt;title&lt;/SPAN&gt; &lt;SPAN&gt;Then&lt;/SPAN&gt;
				&lt;SPAN&gt;Return&lt;/SPAN&gt; &lt;SPAN&gt;customTbl&lt;/SPAN&gt;
				&lt;SPAN&gt;Exit&lt;/SPAN&gt; &lt;SPAN&gt;For&lt;/SPAN&gt;
			&lt;SPAN&gt;End&lt;/SPAN&gt; &lt;SPAN&gt;If&lt;/SPAN&gt;
		&lt;SPAN&gt;Next&lt;/SPAN&gt;
	&lt;SPAN&gt;End&lt;/SPAN&gt; &lt;SPAN&gt;Function&lt;/SPAN&gt;
	&lt;/PRE&gt;</description>
      <pubDate>Wed, 20 Mar 2024 19:08:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/linked-table-over-multiple-drawing-sheets/m-p/12654291#M24664</guid>
      <dc:creator>joe_love-gunn</dc:creator>
      <dc:date>2024-03-20T19:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Linked table over multiple drawing sheets</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/linked-table-over-multiple-drawing-sheets/m-p/12654845#M24665</link>
      <description>&lt;P&gt;&lt;A href="https://help.autodesk.com/view/INVNTOR/2022/ENU/?guid=DrawingDocument_ActiveSheet" target="_blank" rel="noopener"&gt;Here is the active sheet, see API help for sample&lt;/A&gt;. The activesheet property comes from the document&amp;nbsp; object.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Syntax&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;DrawingDocument.&lt;/SPAN&gt;&lt;STRONG&gt;ActiveSheet&lt;/STRONG&gt;&lt;SPAN&gt;() As&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://help.autodesk.com/view/INVNTOR/2022/ENU/?guid=Sheet" target="_blank" rel="noopener"&gt;Sheet&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;'Set a reference to the active sheet.&lt;/SPAN&gt;
		&lt;SPAN&gt;Dim&lt;/SPAN&gt; &lt;SPAN&gt;activeSht&lt;/SPAN&gt; &lt;SPAN&gt;As&lt;/SPAN&gt; &lt;SPAN&gt;Sheet&lt;/SPAN&gt; = &lt;SPAN&gt;drawDoc&lt;/SPAN&gt;.ActiveSheet&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I'm not in front of a computer so I won't even attempt to implement this in your sample. I would set it up to look at the active sheet, get the rev table object then do something with that object based on sheet size etc. Any trouble implementing just postyour attempt. Happy coding.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 00:29:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/linked-table-over-multiple-drawing-sheets/m-p/12654845#M24665</guid>
      <dc:creator>A.Acheson</dc:creator>
      <dc:date>2024-03-21T00:29:45Z</dc:date>
    </item>
  </channel>
</rss>

