<?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: What is 'Design Mode' and 'Exit Design Mode' for? in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/what-is-design-mode-and-exit-design-mode-for/m-p/1670247#M33737</link>
    <description>And Matt...  unless you are an experienced programmer, the manual's explaination is kinda foggy.  It just doesn't explain what the design mode is......</description>
    <pubDate>Mon, 12 Jun 2006 16:47:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2006-06-12T16:47:37Z</dc:date>
    <item>
      <title>What is 'Design Mode' and 'Exit Design Mode' for?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/what-is-design-mode-and-exit-design-mode-for/m-p/1670244#M33734</link>
      <description>Under the Run menu  of the VBA editor there is the 'Design Mode'/ 'Exit Design Mode' menu item.  What is that for?</description>
      <pubDate>Fri, 09 Jun 2006 12:53:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/what-is-design-mode-and-exit-design-mode-for/m-p/1670244#M33734</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-06-09T12:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: What is 'Design Mode' and 'Exit Design Mode' for?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/what-is-design-mode-and-exit-design-mode-for/m-p/1670245#M33735</link>
      <description>RTFM...&lt;BR /&gt;
&lt;BR /&gt;
Turns design mode on and off per project. Design mode is the time during which no code from the project is running and events from &lt;BR /&gt;
the host or project will not execute. You can leave design mode by executing a macro or using the Immediate window.&lt;BR /&gt;
Design Mode Command&lt;BR /&gt;
&lt;BR /&gt;
Turns design mode on and changes to Exit Design Mode.&lt;BR /&gt;
&lt;BR /&gt;
Exit Design Mode Command&lt;BR /&gt;
&lt;BR /&gt;
Turns design mode off and clears all module level variables in the project.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
 Matt W&lt;BR /&gt;
   "What the flip was Grandma doing at the sand dunes?"</description>
      <pubDate>Fri, 09 Jun 2006 19:03:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/what-is-design-mode-and-exit-design-mode-for/m-p/1670245#M33735</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-06-09T19:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: What is 'Design Mode' and 'Exit Design Mode' for?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/what-is-design-mode-and-exit-design-mode-for/m-p/1670246#M33736</link>
      <description>In strait Visual Basic, this is pretty simple:  Eighter you are in execution or in design.&lt;BR /&gt;
&lt;BR /&gt;
In VBA, things are a bit different.  Since VBA is an "in-process" extention to a program (thus uses the same memory space as the application) one could say that VBA programs are alwaise runing.  The best exemple of this is that in VBA, the immidiate window works all the time.  Public variables are accessible at anytime once you have written the line that declares them.&lt;BR /&gt;
&lt;BR /&gt;
In this case, Design mode is entered and exited as actions in the VBA editor.  This means that when doing changes to your VBA project, you are temporarly in design mode.  Once you execute anything, use a macro or the immidiate window, you instantly exit design mode.&lt;BR /&gt;
&lt;BR /&gt;
In other words, VBA enters Design mode for all changes made, and exits it at all other time.&lt;BR /&gt;
&lt;BR /&gt;
To conclude, in VBA, it is a button/function that tells you if your variables are "alive" (not in design mode) or "dead" (design mode).&lt;BR /&gt;
&lt;BR /&gt;
I know this is not as clear has I would have liked it to be, but its a try...  Hope this helps.</description>
      <pubDate>Mon, 12 Jun 2006 16:45:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/what-is-design-mode-and-exit-design-mode-for/m-p/1670246#M33736</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-06-12T16:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: What is 'Design Mode' and 'Exit Design Mode' for?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/what-is-design-mode-and-exit-design-mode-for/m-p/1670247#M33737</link>
      <description>And Matt...  unless you are an experienced programmer, the manual's explaination is kinda foggy.  It just doesn't explain what the design mode is......</description>
      <pubDate>Mon, 12 Jun 2006 16:47:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/what-is-design-mode-and-exit-design-mode-for/m-p/1670247#M33737</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-06-12T16:47:37Z</dc:date>
    </item>
  </channel>
</rss>

