<?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 Renaming user forms and modules in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/renaming-user-forms-and-modules/m-p/1450173#M40092</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I renamed a userform from "UserForm" to "UserForm_01" but when I click over &lt;BR /&gt;
the form VBA is creating a new sub like this:&lt;BR /&gt;
&lt;BR /&gt;
Private Sub UserForm_Click()&lt;BR /&gt;
End Sub&lt;BR /&gt;
&lt;BR /&gt;
How should I fix the name ?&lt;BR /&gt;
&lt;BR /&gt;
Another question is : In order to organize the modules, is it okay to rename &lt;BR /&gt;
them like the following example?&lt;BR /&gt;
&lt;BR /&gt;
M_anyname_01&lt;BR /&gt;
M_anyname_02&lt;BR /&gt;
..&lt;BR /&gt;
..&lt;BR /&gt;
..&lt;BR /&gt;
&lt;BR /&gt;
Thanks.</description>
    <pubDate>Tue, 04 Oct 2005 17:15:52 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2005-10-04T17:15:52Z</dc:date>
    <item>
      <title>Renaming user forms and modules</title>
      <link>https://forums.autodesk.com/t5/vba-forum/renaming-user-forms-and-modules/m-p/1450173#M40092</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I renamed a userform from "UserForm" to "UserForm_01" but when I click over &lt;BR /&gt;
the form VBA is creating a new sub like this:&lt;BR /&gt;
&lt;BR /&gt;
Private Sub UserForm_Click()&lt;BR /&gt;
End Sub&lt;BR /&gt;
&lt;BR /&gt;
How should I fix the name ?&lt;BR /&gt;
&lt;BR /&gt;
Another question is : In order to organize the modules, is it okay to rename &lt;BR /&gt;
them like the following example?&lt;BR /&gt;
&lt;BR /&gt;
M_anyname_01&lt;BR /&gt;
M_anyname_02&lt;BR /&gt;
..&lt;BR /&gt;
..&lt;BR /&gt;
..&lt;BR /&gt;
&lt;BR /&gt;
Thanks.</description>
      <pubDate>Tue, 04 Oct 2005 17:15:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/renaming-user-forms-and-modules/m-p/1450173#M40092</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-10-04T17:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming user forms and modules</title>
      <link>https://forums.autodesk.com/t5/vba-forum/renaming-user-forms-and-modules/m-p/1450174#M40093</link>
      <description>Regardless of what name you give your userform, the fact still remains that &lt;BR /&gt;
a UserForm has always and forever will be, a UserForm, hence the sub that is &lt;BR /&gt;
being created.  If you rename the sub, the next time you double-click on the &lt;BR /&gt;
form, the UserForm_Click sub will be created again.&lt;BR /&gt;
&lt;BR /&gt;
As for your mods, call them whatever makes sense to you.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
Matt W&lt;BR /&gt;
"And I said, 'Hey Lama, how 'bout a little something, you know, for the &lt;BR /&gt;
effort?' And he says, 'There won't be any money, but when you die, on your &lt;BR /&gt;
deathbed you will receive total consciousness.' So I got that going for me &lt;BR /&gt;
... which is nice."</description>
      <pubDate>Tue, 04 Oct 2005 17:25:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/renaming-user-forms-and-modules/m-p/1450174#M40093</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-10-04T17:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming user forms and modules</title>
      <link>https://forums.autodesk.com/t5/vba-forum/renaming-user-forms-and-modules/m-p/1450175#M40094</link>
      <description>Thanks Matt.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Matt W" &lt;SPAMSPAM&gt; wrote in message &lt;BR /&gt;
news:4975000@discussion.autodesk.com...&lt;BR /&gt;
Regardless of what name you give your userform, the fact still remains that&lt;BR /&gt;
a UserForm has always and forever will be, a UserForm, hence the sub that is&lt;BR /&gt;
being created.  If you rename the sub, the next time you double-click on the&lt;BR /&gt;
form, the UserForm_Click sub will be created again.&lt;BR /&gt;
&lt;BR /&gt;
As for your mods, call them whatever makes sense to you.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
Matt W&lt;BR /&gt;
"And I said, 'Hey Lama, how 'bout a little something, you know, for the&lt;BR /&gt;
effort?' And he says, 'There won't be any money, but when you die, on your&lt;BR /&gt;
deathbed you will receive total consciousness.' So I got that going for me&lt;BR /&gt;
... which is nice."&lt;/SPAMSPAM&gt;</description>
      <pubDate>Tue, 04 Oct 2005 17:30:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/renaming-user-forms-and-modules/m-p/1450175#M40094</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-10-04T17:30:47Z</dc:date>
    </item>
  </channel>
</rss>

