<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:s="http://www.techrepublic.com/search" xmlns:dc="http://purl.org/dc/elements/1.1/"  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
    <title><![CDATA[Questions & Answers: How can I make the Workbook Active and use the Copy Method ? ]]></title>
    <link><![CDATA[http://www.techrepublic.com/forum/questions/101-338426/how-can-i-make-the-workbook-active-and-use-the-copy-method-]]></link>
    <atom:link rel="hub" type="application/rss+xml" href="http://pubsubhubbub.appspot.com/" />
    <atom:link rel="self" type="application/rss+xml" href="http://www.techrepublic.com/forum/questions/101-338426/rss" />

    <description><![CDATA[]]></description>
    <language>en-us</language>
    <lastBuildDate>2013-06-19T02:59:48-07:00</lastBuildDate>
             

    <item>
        <title><![CDATA[export?]]></title>
        <link><![CDATA[http://www.techrepublic.com/forum/questions/101-338426/how-can-i-make-the-workbook-active-and-use-the-copy-method-?#msg-3386376]]></link>
        <description><![CDATA[from excel into access?http://office.microsoft.com/en-ca/access-help/import-export-and-link-data-between-access-and-excel-HP001095095.aspxedit to add link]]></description>
        <guid><![CDATA[http://www.techrepublic.com/forum/questions/101-338426/how-can-i-make-the-workbook-active-and-use-the-copy-method-?#msg-3386376]]></guid>
        <dc:creator><![CDATA[PurpleSkys]]></dc:creator>
        <pubDate>Tue, 16 Nov 2010 16:47:35 -0800</pubDate>
    </item>
             

    <item>
        <title><![CDATA[How can I make the Workbook Active and use the Copy Method ?]]></title>
        <link><![CDATA[http://www.techrepublic.com/forum/questions/101-338426/how-can-i-make-the-workbook-active-and-use-the-copy-method-?#msg-3386361]]></link>
        <description><![CDATA[I have to put data from an Access application into an Excel file.I have to Copy and Delete Worksheets in the Workbook.     My code in CommandButton_Click:   Set MyWorkbook = GetObject(constFolder &amp; &quot;\Test.xls&quot;, &quot;Excel.Sheet&quot;)Set MyWorksheet = MyWorkbook.Worksheets(&quot;Sheet1&quot;)MyWorkbook.Windows(&quot;Test.xls&quot;).Visible = TrueMyWorkbook.Application.Visible = TrueMyWorksheet.Copy After:=MyWorksheetIt works. But all the adding and deleting is visible for the user.How can I make the Workbook Active and use the Copy Method without it being visible???I have tried:MyWorkbook.Activate Instead of: MyWorkbook.Windows(&quot;Test.xls&quot;).Visible = TrueTe Copy Method failed]]></description>
        <guid><![CDATA[http://www.techrepublic.com/forum/questions/101-338426/how-can-i-make-the-workbook-active-and-use-the-copy-method-?#msg-3386361]]></guid>
        <dc:creator><![CDATA[irinar@...]]></dc:creator>
        <pubDate>Tue, 16 Nov 2010 15:02:44 -0800</pubDate>
    </item>
    </channel>
</rss>

