<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>helpwithvb at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/helpwithvb/</link>
    <description>A group for those who need help with Visual Basic</description>

    <item>
      <title>Re: Recordset in vb6</title>
      <pubDate>Mon, 09 Nov 2009 20:30:35 GMT</pubDate>
      <dc:creator>Neiger, Bruce D</dc:creator>
      <link>http://tech.groups.yahoo.com/group/helpwithvb/message/22567</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/helpwithvb/message/22567</guid>
      <description>I recall this as well... but, for the life of me, I cannot recall why it can be potentially harmful to set the rs to Nothing explicitly... If the variable is</description>
    </item>
    <item>
      <title>Re: Excel</title>
      <pubDate>Mon, 09 Nov 2009 03:57:17 GMT</pubDate>
      <dc:creator>Steve Trigero</dc:creator>
      <link>http://tech.groups.yahoo.com/group/helpwithvb/message/22566</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/helpwithvb/message/22566</guid>
      <description>... Are you referring to the code that sets all excel objects to Nothing, since that&#39;s the only code I&#39;ve seen from Tim? Wouldn&#39;t that kill excel before it was</description>
    </item>
    <item>
      <title>Working with webbrowser control in vb6</title>
      <pubDate>Sun, 08 Nov 2009 17:51:41 GMT</pubDate>
      <dc:creator>Kishore</dc:creator>
      <link>http://tech.groups.yahoo.com/group/helpwithvb/message/22565</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/helpwithvb/message/22565</guid>
      <description>I am using webbrowser control and sent text to a textbox in a webpage by using getElementById  but i want to get the data from a html table and store it to my</description>
    </item>
    <item>
      <title>Thanks</title>
      <pubDate>Sun, 08 Nov 2009 17:44:56 GMT</pubDate>
      <dc:creator>Kishore</dc:creator>
      <link>http://tech.groups.yahoo.com/group/helpwithvb/message/22564</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/helpwithvb/message/22564</guid>
      <description>Thanks Steve Manser I got it Sent from my Nokia phone</description>
    </item>
    <item>
      <title>Re: Excel</title>
      <pubDate>Sun, 08 Nov 2009 17:24:59 GMT</pubDate>
      <dc:creator>Steve Manser</dc:creator>
      <link>http://tech.groups.yahoo.com/group/helpwithvb/message/22563</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/helpwithvb/message/22563</guid>
      <description>The Form&#39;s Terminate Event fires last, and I was told that is where we should perform the clean-up of our Objects. However, since your Excel Objects are</description>
    </item>
    <item>
      <title>Re: Recordset in vb6</title>
      <pubDate>Sun, 08 Nov 2009 16:59:27 GMT</pubDate>
      <dc:creator>Steve Manser</dc:creator>
      <link>http://tech.groups.yahoo.com/group/helpwithvb/message/22562</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/helpwithvb/message/22562</guid>
      <description>... This is different from a Globally declared/created RS. or an ADO RS that is Module Wide in scope, as in Form Wide. Adelle is going to spank me if I get</description>
    </item>
    <item>
      <title>Re: Excel</title>
      <pubDate>Sun, 08 Nov 2009 07:36:05 GMT</pubDate>
      <dc:creator>Steve Trigero</dc:creator>
      <link>http://tech.groups.yahoo.com/group/helpwithvb/message/22561</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/helpwithvb/message/22561</guid>
      <description>I believe it does, but I don&#39;t see how that doesn&#39;t changes anything. The Excel object has to have global scope in order to be destroyed after my function</description>
    </item>
    <item>
      <title>Recordset in vb6</title>
      <pubDate>Sun, 08 Nov 2009 04:28:39 GMT</pubDate>
      <dc:creator>Kishore</dc:creator>
      <link>http://tech.groups.yahoo.com/group/helpwithvb/message/22560</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/helpwithvb/message/22560</guid>
      <description>I have used several recordsets in many subroutines in a project with the same reference name rs declared within the subroutine as dim rs as new ADODB.recordset</description>
    </item>
    <item>
      <title>Re: Excel</title>
      <pubDate>Sun, 08 Nov 2009 04:20:26 GMT</pubDate>
      <dc:creator>Timothy Rupp</dc:creator>
      <link>http://tech.groups.yahoo.com/group/helpwithvb/message/22559</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/helpwithvb/message/22559</guid>
      <description>…And VB6 doesn’t allow you to call a  cleanup subroutine from the unload event? From: helpwithvb@yahoogroups.com [mailto:helpwithvb@yahoogroups.com] On</description>
    </item>
    <item>
      <title>Re: Excel</title>
      <pubDate>Sun, 08 Nov 2009 04:04:19 GMT</pubDate>
      <dc:creator>seecwriter</dc:creator>
      <link>http://tech.groups.yahoo.com/group/helpwithvb/message/22558</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/helpwithvb/message/22558</guid>
      <description>Because only in the unload event does my application have any inkling that the user is done.</description>
    </item>
    <item>
      <title>Re: Excel</title>
      <pubDate>Sat, 07 Nov 2009 19:38:51 GMT</pubDate>
      <dc:creator>Timothy Rupp</dc:creator>
      <link>http://tech.groups.yahoo.com/group/helpwithvb/message/22557</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/helpwithvb/message/22557</guid>
      <description>Tell me again why must it take place in the unload event? From: helpwithvb@yahoogroups.com [mailto:helpwithvb@yahoogroups.com] On Behalf Of Steve Trigero Sent:</description>
    </item>
    <item>
      <title>Re: Excel</title>
      <pubDate>Sat, 07 Nov 2009 18:52:00 GMT</pubDate>
      <dc:creator>Steve Trigero</dc:creator>
      <link>http://tech.groups.yahoo.com/group/helpwithvb/message/22556</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/helpwithvb/message/22556</guid>
      <description>Then what you&#39;re saying is that all excel objects/variables have to be globally public in scope. That is the only way I will be able to set them to Nothing in</description>
    </item>
    <item>
      <title>Re: Excel</title>
      <pubDate>Sat, 07 Nov 2009 16:00:58 GMT</pubDate>
      <dc:creator>Bob Hutchison</dc:creator>
      <link>http://tech.groups.yahoo.com/group/helpwithvb/message/22555</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/helpwithvb/message/22555</guid>
      <description>I concur with both Tim and Ken: you HAVE to completely close the instance of Excel each time, or you end up with several open instances that don&#39;t go away</description>
    </item>
    <item>
      <title>Re: Excel</title>
      <pubDate>Sat, 07 Nov 2009 12:21:31 GMT</pubDate>
      <dc:creator>Timothy Rupp</dc:creator>
      <link>http://tech.groups.yahoo.com/group/helpwithvb/message/22554</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/helpwithvb/message/22554</guid>
      <description>No.as is evident from your experience. All variables are objects; however, all objects are not variables. It&#39;s fairly easy to manage a variable or reference to</description>
    </item>
    <item>
      <title>Re: Excel</title>
      <pubDate>Sat, 07 Nov 2009 11:17:52 GMT</pubDate>
      <dc:creator>Kenneth Danner</dc:creator>
      <link>http://tech.groups.yahoo.com/group/helpwithvb/message/22553</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/helpwithvb/message/22553</guid>
      <description>Automation is strange, I think you still have to set it to &quot;Nothing&quot; before it goes away....</description>
    </item>

  </channel>
</rss>
<!-- wr2.grp.sp2.yahoo.com uncompressed/chunked Thu Dec  3 06:32:05 PST 2009 -->
