<?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: in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/convert-paperspace-drawings-to-modelspace/m-p/333224#M88934</link>
    <description>how in VBA can you execute an AutoCAD command??&lt;BR /&gt;
I'm pretty new to VBA, if you haven't noticed.&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
John Laidler&lt;BR /&gt;
Cad Manager&lt;BR /&gt;
Duckworth &amp;amp; Associates, Inc.&lt;BR /&gt;
(734) 455-7500&lt;BR /&gt;
"Colin French" &lt;COLINFRENCH&gt; wrote in message&lt;BR /&gt;
news:3A2F90DA.B584E257@NOSPAMhotmail.com...&lt;BR /&gt;
&amp;gt; Hi John - Just off the top of my head, if the drawing is completely done&lt;BR /&gt;
in&lt;BR /&gt;
&amp;gt; ModelSpace, then the PaperSpace collection should be empty, that is, in a&lt;BR /&gt;
VBA&lt;BR /&gt;
&amp;gt; routine: "ThisDrawing.PaperSpace.Count = 0". If it's not zero, then run&lt;BR /&gt;
CHSpace&lt;BR /&gt;
&amp;gt; I assume. (I've never used it.) Hope this helps...&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;         ...Colin French&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; John Laidler wrote:&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Our company's standard is PaperSpace,  but one of our customers demands&lt;BR /&gt;
all&lt;BR /&gt;
&amp;gt; &amp;gt; files to be just ModelSpace.  Does anyone have a VBA program that would&lt;BR /&gt;
look&lt;BR /&gt;
&amp;gt; &amp;gt; at files and determine if there Paper or Model?  If Paper is TRUE than&lt;BR /&gt;
to&lt;BR /&gt;
&amp;gt; &amp;gt; run the express tool to convert:  CHSPACE.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; John Laidler&lt;BR /&gt;
&amp;gt; &amp;gt; Cad Manager&lt;BR /&gt;
&amp;gt; &amp;gt; Duckworth &amp;amp; Associates, Inc.&lt;BR /&gt;
&amp;gt; &amp;gt; (734) 455-7500&lt;BR /&gt;
&amp;gt;&lt;/COLINFRENCH&gt;</description>
    <pubDate>Thu, 07 Dec 2000 05:52:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2000-12-07T05:52:46Z</dc:date>
    <item>
      <title>Convert Paperspace drawings to Modelspace</title>
      <link>https://forums.autodesk.com/t5/vba-forum/convert-paperspace-drawings-to-modelspace/m-p/333222#M88932</link>
      <description>Our company's standard is PaperSpace,  but one of our customers demands all&lt;BR /&gt;
files to be just ModelSpace.  Does anyone have a VBA program that would look&lt;BR /&gt;
at files and determine if there Paper or Model?  If Paper is TRUE than to&lt;BR /&gt;
run the express tool to convert:  CHSPACE.&lt;BR /&gt;
&lt;BR /&gt;
John Laidler&lt;BR /&gt;
Cad Manager&lt;BR /&gt;
Duckworth &amp;amp; Associates, Inc.&lt;BR /&gt;
(734) 455-7500</description>
      <pubDate>Thu, 07 Dec 2000 04:40:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/convert-paperspace-drawings-to-modelspace/m-p/333222#M88932</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-12-07T04:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Paperspace drawings to Modelspace</title>
      <link>https://forums.autodesk.com/t5/vba-forum/convert-paperspace-drawings-to-modelspace/m-p/333223#M88933</link>
      <description>Hi John - Just off the top of my head, if the drawing is completely done in&lt;BR /&gt;
ModelSpace, then the PaperSpace collection should be empty, that is, in a VBA&lt;BR /&gt;
routine: "ThisDrawing.PaperSpace.Count = 0". If it's not zero, then run CHSpace&lt;BR /&gt;
I assume. (I've never used it.) Hope this helps...&lt;BR /&gt;
&lt;BR /&gt;
        ...Colin French&lt;BR /&gt;
&lt;BR /&gt;
John Laidler wrote:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; Our company's standard is PaperSpace,  but one of our customers demands all&lt;BR /&gt;
&amp;gt; files to be just ModelSpace.  Does anyone have a VBA program that would look&lt;BR /&gt;
&amp;gt; at files and determine if there Paper or Model?  If Paper is TRUE than to&lt;BR /&gt;
&amp;gt; run the express tool to convert:  CHSPACE.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; John Laidler&lt;BR /&gt;
&amp;gt; Cad Manager&lt;BR /&gt;
&amp;gt; Duckworth &amp;amp; Associates, Inc.&lt;BR /&gt;
&amp;gt; (734) 455-7500</description>
      <pubDate>Thu, 07 Dec 2000 05:30:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/convert-paperspace-drawings-to-modelspace/m-p/333223#M88933</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-12-07T05:30:02Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/convert-paperspace-drawings-to-modelspace/m-p/333224#M88934</link>
      <description>how in VBA can you execute an AutoCAD command??&lt;BR /&gt;
I'm pretty new to VBA, if you haven't noticed.&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
John Laidler&lt;BR /&gt;
Cad Manager&lt;BR /&gt;
Duckworth &amp;amp; Associates, Inc.&lt;BR /&gt;
(734) 455-7500&lt;BR /&gt;
"Colin French" &lt;COLINFRENCH&gt; wrote in message&lt;BR /&gt;
news:3A2F90DA.B584E257@NOSPAMhotmail.com...&lt;BR /&gt;
&amp;gt; Hi John - Just off the top of my head, if the drawing is completely done&lt;BR /&gt;
in&lt;BR /&gt;
&amp;gt; ModelSpace, then the PaperSpace collection should be empty, that is, in a&lt;BR /&gt;
VBA&lt;BR /&gt;
&amp;gt; routine: "ThisDrawing.PaperSpace.Count = 0". If it's not zero, then run&lt;BR /&gt;
CHSpace&lt;BR /&gt;
&amp;gt; I assume. (I've never used it.) Hope this helps...&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;         ...Colin French&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; John Laidler wrote:&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Our company's standard is PaperSpace,  but one of our customers demands&lt;BR /&gt;
all&lt;BR /&gt;
&amp;gt; &amp;gt; files to be just ModelSpace.  Does anyone have a VBA program that would&lt;BR /&gt;
look&lt;BR /&gt;
&amp;gt; &amp;gt; at files and determine if there Paper or Model?  If Paper is TRUE than&lt;BR /&gt;
to&lt;BR /&gt;
&amp;gt; &amp;gt; run the express tool to convert:  CHSPACE.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; John Laidler&lt;BR /&gt;
&amp;gt; &amp;gt; Cad Manager&lt;BR /&gt;
&amp;gt; &amp;gt; Duckworth &amp;amp; Associates, Inc.&lt;BR /&gt;
&amp;gt; &amp;gt; (734) 455-7500&lt;BR /&gt;
&amp;gt;&lt;/COLINFRENCH&gt;</description>
      <pubDate>Thu, 07 Dec 2000 05:52:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/convert-paperspace-drawings-to-modelspace/m-p/333224#M88934</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-12-07T05:52:46Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/convert-paperspace-drawings-to-modelspace/m-p/333225#M88935</link>
      <description>From the VBA help&lt;BR /&gt;
&lt;BR /&gt;
Sub Example_SendCommand()&lt;BR /&gt;
   ' This example sends a command to the AutoCAD commandline&lt;BR /&gt;
   ' of a particular drawing for evaluation&lt;BR /&gt;
&lt;BR /&gt;
   ' We will create a Circle in the active drawing and will&lt;BR /&gt;
   ' zoom to display the entire circle&lt;BR /&gt;
   ThisDrawing.SendCommand "_Circle" &amp;amp; vbCr &amp;amp; "2,2,0" &amp;amp; vbCr &amp;amp; "4" &amp;amp; vbCr&lt;BR /&gt;
   ThisDrawing.SendCommand "_zoom" &amp;amp; vbCr &amp;amp; "a" &amp;amp; vbCr&lt;BR /&gt;
&lt;BR /&gt;
   ' Refresh view&lt;BR /&gt;
&lt;BR /&gt;
   ThisDrawing.Regen acAllViewports&lt;BR /&gt;
&lt;BR /&gt;
   MsgBox "A circle command has been sent to the command line of the current&lt;BR /&gt;
drawing."&lt;BR /&gt;
End Sub&lt;BR /&gt;
&lt;BR /&gt;
Bernard&lt;BR /&gt;
ATC&lt;BR /&gt;
45700 Villemandeur&lt;BR /&gt;
France&lt;BR /&gt;
John Laidler &lt;JLAIDLER&gt; a écrit dans le message :&lt;BR /&gt;
4B7C3B0BF439BF238E460576CB4AFA87@in.WebX.SaUCah8kaAW...&lt;BR /&gt;
&amp;gt; how in VBA can you execute an AutoCAD command??&lt;BR /&gt;
&amp;gt; I'm pretty new to VBA, if you haven't noticed.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; --&lt;BR /&gt;
&amp;gt; John Laidler&lt;BR /&gt;
&amp;gt; Cad Manager&lt;BR /&gt;
&amp;gt; Duckworth &amp;amp; Associates, Inc.&lt;BR /&gt;
&amp;gt; (734) 455-7500&lt;BR /&gt;
&amp;gt; "Colin French" &lt;COLINFRENCH&gt; wrote in message&lt;BR /&gt;
&amp;gt; news:3A2F90DA.B584E257@NOSPAMhotmail.com...&lt;BR /&gt;
&amp;gt; &amp;gt; Hi John - Just off the top of my head, if the drawing is completely done&lt;BR /&gt;
&amp;gt; in&lt;BR /&gt;
&amp;gt; &amp;gt; ModelSpace, then the PaperSpace collection should be empty, that is, in&lt;BR /&gt;
a&lt;BR /&gt;
&amp;gt; VBA&lt;BR /&gt;
&amp;gt; &amp;gt; routine: "ThisDrawing.PaperSpace.Count = 0". If it's not zero, then run&lt;BR /&gt;
&amp;gt; CHSpace&lt;BR /&gt;
&amp;gt; &amp;gt; I assume. (I've never used it.) Hope this helps...&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;         ...Colin French&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; John Laidler wrote:&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Our company's standard is PaperSpace,  but one of our customers&lt;BR /&gt;
demands&lt;BR /&gt;
&amp;gt; all&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; files to be just ModelSpace.  Does anyone have a VBA program that&lt;BR /&gt;
would&lt;BR /&gt;
&amp;gt; look&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; at files and determine if there Paper or Model?  If Paper is TRUE than&lt;BR /&gt;
&amp;gt; to&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; run the express tool to convert:  CHSPACE.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; John Laidler&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Cad Manager&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Duckworth &amp;amp; Associates, Inc.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; (734) 455-7500&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/COLINFRENCH&gt;&lt;/JLAIDLER&gt;</description>
      <pubDate>Fri, 08 Dec 2000 10:49:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/convert-paperspace-drawings-to-modelspace/m-p/333225#M88935</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-12-08T10:49:01Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/convert-paperspace-drawings-to-modelspace/m-p/333226#M88936</link>
      <description>Hello folks,&lt;BR /&gt;
&lt;BR /&gt;
With VBA this should be easy to write. Try the Layout collection and&lt;BR /&gt;
property. Modelspace or "Model" is the last number of the Layout collection,&lt;BR /&gt;
if I remember well.&lt;BR /&gt;
&lt;BR /&gt;
Try for example:&lt;BR /&gt;
&lt;BR /&gt;
Dim objLayout as AcadLayout&lt;BR /&gt;
With ThisDrawing&lt;BR /&gt;
  Set objLayout = .Layouts(.Layouts.Count - 1)&lt;BR /&gt;
  ThisDrawing.ActiveLayout = objLayout&lt;BR /&gt;
End With&lt;BR /&gt;
&lt;BR /&gt;
Henk&lt;BR /&gt;
&lt;BR /&gt;
Bernard Flavignard &lt;BE.FLAVI&gt; schreef in berichtnieuws&lt;BR /&gt;
36DDF5D1932B30B4AB41055563FFFA66@in.WebX.SaUCah8kaAW...&lt;BR /&gt;
&amp;gt; From the VBA help&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Sub Example_SendCommand()&lt;BR /&gt;
&amp;gt;    ' This example sends a command to the AutoCAD commandline&lt;BR /&gt;
&amp;gt;    ' of a particular drawing for evaluation&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;    ' We will create a Circle in the active drawing and will&lt;BR /&gt;
&amp;gt;    ' zoom to display the entire circle&lt;BR /&gt;
&amp;gt;    ThisDrawing.SendCommand "_Circle" &amp;amp; vbCr &amp;amp; "2,2,0" &amp;amp; vbCr &amp;amp; "4" &amp;amp; vbCr&lt;BR /&gt;
&amp;gt;    ThisDrawing.SendCommand "_zoom" &amp;amp; vbCr &amp;amp; "a" &amp;amp; vbCr&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;    ' Refresh view&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;    ThisDrawing.Regen acAllViewports&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;    MsgBox "A circle command has been sent to the command line of the&lt;BR /&gt;
current&lt;BR /&gt;
&amp;gt; drawing."&lt;BR /&gt;
&amp;gt; End Sub&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Bernard&lt;BR /&gt;
&amp;gt; ATC&lt;BR /&gt;
&amp;gt; 45700 Villemandeur&lt;BR /&gt;
&amp;gt; France&lt;BR /&gt;
&amp;gt; John Laidler &lt;JLAIDLER&gt; a écrit dans le message :&lt;BR /&gt;
&amp;gt; 4B7C3B0BF439BF238E460576CB4AFA87@in.WebX.SaUCah8kaAW...&lt;BR /&gt;
&amp;gt; &amp;gt; how in VBA can you execute an AutoCAD command??&lt;BR /&gt;
&amp;gt; &amp;gt; I'm pretty new to VBA, if you haven't noticed.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; --&lt;BR /&gt;
&amp;gt; &amp;gt; John Laidler&lt;BR /&gt;
&amp;gt; &amp;gt; Cad Manager&lt;BR /&gt;
&amp;gt; &amp;gt; Duckworth &amp;amp; Associates, Inc.&lt;BR /&gt;
&amp;gt; &amp;gt; (734) 455-7500&lt;BR /&gt;
&amp;gt; &amp;gt; "Colin French" &lt;COLINFRENCH&gt; wrote in message&lt;BR /&gt;
&amp;gt; &amp;gt; news:3A2F90DA.B584E257@NOSPAMhotmail.com...&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Hi John - Just off the top of my head, if the drawing is completely&lt;BR /&gt;
done&lt;BR /&gt;
&amp;gt; &amp;gt; in&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; ModelSpace, then the PaperSpace collection should be empty, that is,&lt;BR /&gt;
in&lt;BR /&gt;
&amp;gt; a&lt;BR /&gt;
&amp;gt; &amp;gt; VBA&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; routine: "ThisDrawing.PaperSpace.Count = 0". If it's not zero, then&lt;BR /&gt;
run&lt;BR /&gt;
&amp;gt; &amp;gt; CHSpace&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; I assume. (I've never used it.) Hope this helps...&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;         ...Colin French&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; John Laidler wrote:&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; Our company's standard is PaperSpace,  but one of our customers&lt;BR /&gt;
&amp;gt; demands&lt;BR /&gt;
&amp;gt; &amp;gt; all&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; files to be just ModelSpace.  Does anyone have a VBA program that&lt;BR /&gt;
&amp;gt; would&lt;BR /&gt;
&amp;gt; &amp;gt; look&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; at files and determine if there Paper or Model?  If Paper is TRUE&lt;BR /&gt;
than&lt;BR /&gt;
&amp;gt; &amp;gt; to&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; run the express tool to convert:  CHSPACE.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; John Laidler&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; Cad Manager&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; Duckworth &amp;amp; Associates, Inc.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; (734) 455-7500&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/COLINFRENCH&gt;&lt;/JLAIDLER&gt;&lt;/BE.FLAVI&gt;</description>
      <pubDate>Fri, 08 Dec 2000 10:49:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/convert-paperspace-drawings-to-modelspace/m-p/333226#M88936</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-12-08T10:49:01Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/convert-paperspace-drawings-to-modelspace/m-p/333227#M88937</link>
      <description>Ooh, I see another posting with answers that go a very different direction&lt;BR /&gt;
(I think I misunderstood your problem). It keeps tricky: multiple posts with&lt;BR /&gt;
the same subject.&lt;BR /&gt;
&lt;BR /&gt;
Greetings,&lt;BR /&gt;
Henk</description>
      <pubDate>Fri, 08 Dec 2000 10:49:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/convert-paperspace-drawings-to-modelspace/m-p/333227#M88937</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-12-08T10:49:01Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/convert-paperspace-drawings-to-modelspace/m-p/333228#M88938</link>
      <description>the program needs to convert Paperspace entities to Modelspace.  I have most&lt;BR /&gt;
of the code, now I just need to add code so when it detects more than 1&lt;BR /&gt;
viewport it will select the first viewport created.&lt;BR /&gt;
&lt;BR /&gt;
here is the code so far:&lt;BR /&gt;
&lt;BR /&gt;
Public Sub ConvertDrawing()&lt;BR /&gt;
    Dim objLayout As AcadLayout&lt;BR /&gt;
    Dim objLayouts As AcadLayouts&lt;BR /&gt;
    Set objLayouts = ThisDrawing.Layouts&lt;BR /&gt;
    If ThisDrawing.ActiveSpace = acPaperSpace Then&lt;BR /&gt;
        ThisDrawing.SendCommand "CHSPACE" &amp;amp; vbCr &amp;amp; "all" &amp;amp; vbCr &amp;amp; vbCr&lt;BR /&gt;
    Else&lt;BR /&gt;
    End If&lt;BR /&gt;
End Sub&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
John Laidler&lt;BR /&gt;
Cad Manager&lt;BR /&gt;
Duckworth &amp;amp; Associates, Inc.&lt;BR /&gt;
(734) 455-7500&lt;BR /&gt;
"Henk Loonstra" &lt;HENK&gt; wrote in message&lt;BR /&gt;
news:643A7FAACAD567EC343BF087EA5D90FA@in.WebX.SaUCah8kaAW...&lt;BR /&gt;
&amp;gt; Ooh, I see another posting with answers that go a very different direction&lt;BR /&gt;
&amp;gt; (I think I misunderstood your problem). It keeps tricky: multiple posts&lt;BR /&gt;
with&lt;BR /&gt;
&amp;gt; the same subject.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Greetings,&lt;BR /&gt;
&amp;gt; Henk&lt;BR /&gt;
&amp;gt;&lt;/HENK&gt;</description>
      <pubDate>Fri, 08 Dec 2000 10:49:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/convert-paperspace-drawings-to-modelspace/m-p/333228#M88938</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-12-08T10:49:01Z</dc:date>
    </item>
  </channel>
</rss>

