<?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 Change OLE object insertion point in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/change-ole-object-insertion-point/m-p/13296714#M4414</link>
    <description>&lt;P&gt;Hey all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I frequently copy and paste OLE tables from excel to autocad.&lt;BR /&gt;Is there a way to change its insertion point to the top right? I always need it to be top right.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Recording 2025-02-03 at 13.58.27.gif" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1462093i3D2AD8816E02FC1F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Recording 2025-02-03 at 13.58.27.gif" alt="Recording 2025-02-03 at 13.58.27.gif" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Feb 2025 13:00:44 GMT</pubDate>
    <dc:creator>Brock_Olly</dc:creator>
    <dc:date>2025-02-03T13:00:44Z</dc:date>
    <item>
      <title>Change OLE object insertion point</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/change-ole-object-insertion-point/m-p/13296714#M4414</link>
      <description>&lt;P&gt;Hey all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I frequently copy and paste OLE tables from excel to autocad.&lt;BR /&gt;Is there a way to change its insertion point to the top right? I always need it to be top right.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Recording 2025-02-03 at 13.58.27.gif" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1462093i3D2AD8816E02FC1F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Recording 2025-02-03 at 13.58.27.gif" alt="Recording 2025-02-03 at 13.58.27.gif" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 13:00:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/change-ole-object-insertion-point/m-p/13296714#M4414</guid>
      <dc:creator>Brock_Olly</dc:creator>
      <dc:date>2025-02-03T13:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Change OLE object insertion point</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/change-ole-object-insertion-point/m-p/13296917#M4415</link>
      <description>&lt;P&gt;Like this other similar post's solution perhaps&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/autocad-forum/change-snap-point-bottom-left-corner/td-p/9210154" target="_blank"&gt;https://forums.autodesk.com/t5/autocad-forum/change-snap-point-bottom-left-corner/td-p/9210154&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 14:32:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/change-ole-object-insertion-point/m-p/13296917#M4415</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2025-02-03T14:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Change OLE object insertion point</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/change-ole-object-insertion-point/m-p/13297056#M4416</link>
      <description>&lt;P&gt;This works perfectly, thanks Dean and Kent of course &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Changed the insertion point to top-right, updated code:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;(vl-load-com) ; if necessary
(defun C:PCULC ; = PasteClip by Upper Left Corner
  (/ minpt maxpt)
  (command "_.pasteclip" (getvar 'viewctr))
  (vla-getboundingbox (vlax-ename-&amp;gt;vla-object (entlast)) 'minpt 'maxpt)
  (command "_.move" "_last" "" "_none"
    (list (car (vlax-safearray-&amp;gt;list maxpt)) (cadr (vlax-safearray-&amp;gt;list maxpt)))
  ); command
); defun&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 03 Feb 2025 15:34:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/change-ole-object-insertion-point/m-p/13297056#M4416</guid>
      <dc:creator>Brock_Olly</dc:creator>
      <dc:date>2025-02-03T15:34:07Z</dc:date>
    </item>
  </channel>
</rss>

