<?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: Auto print spreadsheets in Lookout</title>
    <link>https://ni.lithium.com/t5/Lookout/Auto-print-spreadsheets/m-p/6885#M151</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have been trying to do this for ages.&lt;BR /&gt;The best method I came up with was to set up a DDE link to a cell in Excel.&lt;BR /&gt;When you want to print from Lookout change the state of this link (e.g. 0 to&lt;BR /&gt;1).&lt;BR /&gt;Then in the background of Excel, have a macro running that monitors the&lt;BR /&gt;state of this cell.  When it changes, get the macro to print the sheet.&lt;BR /&gt;&lt;BR /&gt;Its not pretty, its not clever but it works!&lt;BR /&gt;(It also means having Excel running all the time)&lt;BR /&gt;&lt;BR /&gt;John&lt;BR /&gt;&lt;BR /&gt;Travis Kinard &lt;TKINARD548&gt; wrote in message&lt;BR /&gt;news:39f0646e@newsgroups.ni.com...&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt; In Lookout, is it possible to automatically print daily/monthly&lt;BR /&gt;spreadsheets?&lt;BR /&gt;&amp;gt;  If so, how?&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt; Thanks&lt;BR /&gt;&amp;gt; Travis &lt;BR /&gt;&lt;/TKINARD548&gt;</description>
    <pubDate>Thu, 23 Nov 2000 14:37:55 GMT</pubDate>
    <dc:creator>John Dunlop</dc:creator>
    <dc:date>2000-11-23T14:37:55Z</dc:date>
    <item>
      <title>Auto print spreadsheets</title>
      <link>https://ni.lithium.com/t5/Lookout/Auto-print-spreadsheets/m-p/6884#M150</link>
      <description>In Lookout, is it possible to automatically print daily/monthly spreadsheets?&lt;BR /&gt; If so, how?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Travis &lt;BR /&gt;</description>
      <pubDate>Fri, 20 Oct 2000 15:27:42 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Lookout/Auto-print-spreadsheets/m-p/6884#M150</guid>
      <dc:creator>Travis Kinard</dc:creator>
      <dc:date>2000-10-20T15:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Auto print spreadsheets</title>
      <link>https://ni.lithium.com/t5/Lookout/Auto-print-spreadsheets/m-p/6885#M151</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have been trying to do this for ages.&lt;BR /&gt;The best method I came up with was to set up a DDE link to a cell in Excel.&lt;BR /&gt;When you want to print from Lookout change the state of this link (e.g. 0 to&lt;BR /&gt;1).&lt;BR /&gt;Then in the background of Excel, have a macro running that monitors the&lt;BR /&gt;state of this cell.  When it changes, get the macro to print the sheet.&lt;BR /&gt;&lt;BR /&gt;Its not pretty, its not clever but it works!&lt;BR /&gt;(It also means having Excel running all the time)&lt;BR /&gt;&lt;BR /&gt;John&lt;BR /&gt;&lt;BR /&gt;Travis Kinard &lt;TKINARD548&gt; wrote in message&lt;BR /&gt;news:39f0646e@newsgroups.ni.com...&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt; In Lookout, is it possible to automatically print daily/monthly&lt;BR /&gt;spreadsheets?&lt;BR /&gt;&amp;gt;  If so, how?&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt; Thanks&lt;BR /&gt;&amp;gt; Travis &lt;BR /&gt;&lt;/TKINARD548&gt;</description>
      <pubDate>Thu, 23 Nov 2000 14:37:55 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Lookout/Auto-print-spreadsheets/m-p/6885#M151</guid>
      <dc:creator>John Dunlop</dc:creator>
      <dc:date>2000-11-23T14:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Auto print spreadsheets</title>
      <link>https://ni.lithium.com/t5/Lookout/Auto-print-spreadsheets/m-p/6886#M152</link>
      <description>It's easy... use a Run object to send the "print" command.  If you wanted&lt;BR /&gt;to print say Book1.xls from your temp folder, the Command under the Run object&lt;BR /&gt;would be:&lt;BR /&gt;"print d:\temp\book1.xls" &lt;BR /&gt;&lt;BR /&gt;The trigger to print ('Run when' field of Run Object) would be the date and&lt;BR /&gt;time you want to print.. and I am guessing you already have this setup. &lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;&lt;BR /&gt;Khalid&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;"John Dunlop" &lt;JOHN.DUNLOP&gt; wrote:&lt;BR /&gt;&amp;gt;Hi,&amp;gt;&amp;gt;I have been trying to do this for ages.&amp;gt;The best method I came up with&lt;BR /&gt;was to set up a DDE link to a cell in Excel.&amp;gt;When you want to print from&lt;BR /&gt;Lookout change the state of this link (e.g. 0 to&amp;gt;1).&amp;gt;Then in the background&lt;BR /&gt;of Excel, have a macro running that monitors the&amp;gt;state of this cell.  When&lt;BR /&gt;it changes, get the macro to print the sheet.&amp;gt;&amp;gt;Its not pretty, its&lt;BR /&gt; not clever&lt;BR /&gt;but it works!&amp;gt;(It also means having Excel running all the time)&amp;gt;&amp;gt;John&amp;gt;&amp;gt;Travis&lt;BR /&gt;Kinard &lt;TKINARD548&gt; wrote in message&amp;gt;news:39f0646e@newsgroups.ni.com...&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;In Lookout, is it possible to automatically print daily/monthly&amp;gt;spreadsheets?&amp;gt;&amp;gt;&lt;BR /&gt; If so, how?&amp;gt;&amp;gt;&amp;gt;&amp;gt; Thanks&amp;gt;&amp;gt; Travis&amp;gt;&amp;gt; &lt;BR /&gt;&lt;/TKINARD548&gt;&lt;/JOHN.DUNLOP&gt;</description>
      <pubDate>Mon, 27 Nov 2000 20:45:00 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Lookout/Auto-print-spreadsheets/m-p/6886#M152</guid>
      <dc:creator>Khalid</dc:creator>
      <dc:date>2000-11-27T20:45:00Z</dc:date>
    </item>
  </channel>
</rss>

