<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>MSSpeech Forum : &quot;send to printer&quot; macro</title>
  <link>https://www.msspeech-forum.com/</link>
  <description><![CDATA[This is an XML content feed of; MSSpeech Forum : Macros and Macro Development : &quot;send to printer&quot; macro]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 03 May 2026 13:51:22 +0000</pubDate>
  <lastBuildDate>Wed, 02 May 2012 10:03:12 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.02</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.msspeech-forum.com/RSS_post_feed.asp?TID=288</WebWizForums:feedURL>
  <image>
   <title><![CDATA[MSSpeech Forum]]></title>
   <url>https://www.msspeech-forum.com/forum_images/msspeech_forum.png</url>
   <link>https://www.msspeech-forum.com/</link>
  </image>
  <item>
   <title><![CDATA[&quot;send to printer&quot; macro :    alassiel wrote:I recreated...]]></title>
   <link>https://www.msspeech-forum.com/send-to-printer-macro_topic288_post1388.html#1388</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.msspeech-forum.com/member_profile.asp?PF=1">mmarkoe_admin</a><br /><strong>Subject:</strong> 288<br /><strong>Posted:</strong> 02/May/2012 at 10:03am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by alassiel" alt="Originally posted by alassiel" style="vertical-align: text-bottom;" /> <strong>alassiel wrote:</strong><br /><br />I recreated my macro, "Send to printer", as a&nbsp;<b></b><b>global</b> command using a lowercase "p"; it works perfectly from all three applications (Word, Excel, calendar).</td></tr></table><div>Good to know. Thank you.</div><div>&nbsp;</div><div>Marty</div>]]>
   </description>
   <pubDate>Wed, 02 May 2012 10:03:12 +0000</pubDate>
   <guid isPermaLink="true">https://www.msspeech-forum.com/send-to-printer-macro_topic288_post1388.html#1388</guid>
  </item> 
  <item>
   <title><![CDATA[&quot;send to printer&quot; macro : Hi Marty,Thanks for showing me...]]></title>
   <link>https://www.msspeech-forum.com/send-to-printer-macro_topic288_post1387.html#1387</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.msspeech-forum.com/member_profile.asp?PF=439">alassiel</a><br /><strong>Subject:</strong> 288<br /><strong>Posted:</strong> 02/May/2012 at 8:54am<br /><br />Hi Marty,<br><br>Thanks for showing me the xml for the macros that you created.&nbsp; I carefully compared one to the macros that I had created and found the important difference.&nbsp; The key sequence to send something to the printer is Ctrl plus a&nbsp; lowercase "p", not an upper case "P".&nbsp; When building the macro in Toolkit, I reflexively entered an upper case "P" because you always see it written as Ctrl+P and I neglected to consider that behind the scenes this translated to Ctrl+Shift+P.&nbsp; Well, I discovered that in Word and Excel, the key sequence Ctrl+Shift+P opens the Font dialog box.&nbsp; I recreated my macro, "Send to printer", as a&nbsp;<b></b><b>global</b> command using a lowercase "p"; it works perfectly from all three applications (Word, Excel, calendar).<br><br>Thanks for your help :).]]>
   </description>
   <pubDate>Wed, 02 May 2012 08:54:46 +0000</pubDate>
   <guid isPermaLink="true">https://www.msspeech-forum.com/send-to-printer-macro_topic288_post1387.html#1387</guid>
  </item> 
  <item>
   <title><![CDATA[&quot;send to printer&quot; macro : This is the message I got when...]]></title>
   <link>https://www.msspeech-forum.com/send-to-printer-macro_topic288_post1385.html#1385</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.msspeech-forum.com/member_profile.asp?PF=439">alassiel</a><br /><strong>Subject:</strong> 288<br /><strong>Posted:</strong> 30/Apr/2012 at 4:39pm<br /><br />This is the message I got when I clicked on the links. Help, please :).<br><br><br><div id="er"><h1>Server Error</h1></div><div id=""> <div ="-c&#111;ntainer">  <h2>404 - File or directory not found.</h2>  <h3>The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.</h3> </div></div><br>]]>
   </description>
   <pubDate>Mon, 30 Apr 2012 16:39:31 +0000</pubDate>
   <guid isPermaLink="true">https://www.msspeech-forum.com/send-to-printer-macro_topic288_post1385.html#1385</guid>
  </item> 
  <item>
   <title><![CDATA[&quot;send to printer&quot; macro :      alassiel wrote:I followed...]]></title>
   <link>https://www.msspeech-forum.com/send-to-printer-macro_topic288_post1384.html#1384</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.msspeech-forum.com/member_profile.asp?PF=1">mmarkoe_admin</a><br /><strong>Subject:</strong> 288<br /><strong>Posted:</strong> 30/Apr/2012 at 2:57pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by alassiel" alt="Originally posted by alassiel" style="vertical-align: text-bottom;" /> <strong>alassiel wrote:</strong><br /><br />I followed your suggestion and created two macros, "Print document" and " Print spreadsheet", each pointing to their specific application, namely Word and Excel.</td></tr></table><div>&nbsp;</div><div>The&nbsp;2 macros Print to Word and Print to Excel are below. These work perfectly in Office 2007. They should work fine in Office 2010 as well. Try these. They were created with the Macro Builder in WSRToolkit version 2.</div><div>&nbsp;</div><div>Marty Markoe, eMicrophones, Inc.</div><div>&nbsp;</div><div>&lt;!-- Command macro created with WSRToolkit (Version: 2.0.4.0) 4/30/2012 2:47:01 PM --&gt;<br>&lt;speechMacros&gt;<br>&lt;command&gt;<br>&lt;appIsInForeground processName ="Winword.exe"/&gt;<br>&lt;listenFor&gt;Print to Word&lt;/listenFor&gt;<br>&lt;sendKeys&gt;{{CTRL}}p&lt;/sendKeys&gt;<br>&lt;sendKeys&gt;{ENTER}&lt;/sendKeys&gt;<br>&lt;/command&gt;</div><div>&lt;Signature&gt;</div><div>&nbsp;</div><div>&nbsp;</div><div>&lt;!-- Command macro created with WSRToolkit (Version: 2.0.4.0) 4/30/2012 2:48:39 PM --&gt;<br>&lt;speechMacros&gt;<br>&lt;command&gt;<br>&lt;appIsInForeground processName ="Excel.exe"/&gt;<br>&lt;listenFor&gt;Print to Excel&lt;/listenFor&gt;<br>&lt;sendKeys&gt;{{CTRL}}p&lt;/sendKeys&gt;<br>&lt;sendKeys&gt;{ENTER}&lt;/sendKeys&gt;<br>&lt;/command&gt;</div><div>&lt;Signature&gt;<br></div><span style="font-size:10px"><br /><br />Edited by mmarkoe_admin - 30/Apr/2012 at 4:47pm</span>]]>
   </description>
   <pubDate>Mon, 30 Apr 2012 14:57:14 +0000</pubDate>
   <guid isPermaLink="true">https://www.msspeech-forum.com/send-to-printer-macro_topic288_post1384.html#1384</guid>
  </item> 
  <item>
   <title><![CDATA[&quot;send to printer&quot; macro : Thanks for your quick response....]]></title>
   <link>https://www.msspeech-forum.com/send-to-printer-macro_topic288_post1383.html#1383</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.msspeech-forum.com/member_profile.asp?PF=439">alassiel</a><br /><strong>Subject:</strong> 288<br /><strong>Posted:</strong> 30/Apr/2012 at 2:20pm<br /><br />Thanks for your quick response.&nbsp; I followed your suggestion and created two macros, "Print document" and " Print spreadsheet", each pointing to their specific application, namely Word and Excel.&nbsp; For now I kept the macros simple, just a Ctrl+P sequence.&nbsp; Unfortunately, the results were the same as when I created a single global command : (.&nbsp; Both macros still continued to open the Font dialogue box.&nbsp; I opened the WSR macro editor so that I could see the xml for the macro created using the Macro Builder in WSR toolkit.&nbsp; I pasted the relevant lines for the "Print spreadsheet" macro below.&nbsp; Also included the screen shot from the Toolkit Macro Builder.&nbsp; Any other ideas?&nbsp; Am I doing something wrong?&nbsp; Thanks.<br><br>&lt;!-- Command macro created with WSRToolkit (Version: 2.0.4.0) 4/30/2012 1:38:26 PM --&gt;<br>&lt;speechMacros&gt;<br>&lt;command&gt;<br>&lt;appIsInForeground processName ="Excel.exe"/&gt;<br>&lt;listenFor&gt;Print spreadsheet&lt;/listenFor&gt;<br>&lt;sendKeys&gt;{{CTRL}}P&lt;/sendKeys&gt;<br>&lt;/command&gt;<br><br><br><img src="uploads/439/WSRToolkitMacro-Excel.jpg" height="635" width="884" border="0" /><br>]]>
   </description>
   <pubDate>Mon, 30 Apr 2012 14:20:17 +0000</pubDate>
   <guid isPermaLink="true">https://www.msspeech-forum.com/send-to-printer-macro_topic288_post1383.html#1383</guid>
  </item> 
  <item>
   <title><![CDATA[&quot;send to printer&quot; macro :    It sounds as if the problem...]]></title>
   <link>https://www.msspeech-forum.com/send-to-printer-macro_topic288_post1382.html#1382</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.msspeech-forum.com/member_profile.asp?PF=1">mmarkoe_admin</a><br /><strong>Subject:</strong> 288<br /><strong>Posted:</strong> 30/Apr/2012 at 11:17am<br /><br /><p>It sounds as if the problem is&nbsp;Global Command. It seems as if a Global Command should work, but apparently does not. Simply specify each program in the field labeled:<br>"If program in foreground"</p><p>For example, Browse to the Word executable. On the computer workstation I am currently using it is at:</p><p>C:\Program Files\Microsoft Office\Office12\WINWORD.EXE</p><p>Then name the command something like, "Print to Word"</p><p>After adding Ctrl + P to the Action List, add a Pause with the Command Key "Enter" in order to execute the OK in the Print Dialog Box.</p><span style="font-size:10px"><br /><br />Edited by mmarkoe_admin - 30/Apr/2012 at 11:18am</span>]]>
   </description>
   <pubDate>Mon, 30 Apr 2012 11:17:58 +0000</pubDate>
   <guid isPermaLink="true">https://www.msspeech-forum.com/send-to-printer-macro_topic288_post1382.html#1382</guid>
  </item> 
  <item>
   <title><![CDATA[&quot;send to printer&quot; macro : Greetings,I tried using the Macro...]]></title>
   <link>https://www.msspeech-forum.com/send-to-printer-macro_topic288_post1381.html#1381</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.msspeech-forum.com/member_profile.asp?PF=439">alassiel</a><br /><strong>Subject:</strong> 288<br /><strong>Posted:</strong> 30/Apr/2012 at 9:46am<br /><br />Greetings,<br><br>I tried using the Macro Builder in the toolkit to create a macro that sends Ctrl+P to the foreground application.&nbsp; The toolkit seems to build the macro just fine; I get all of the expected popup windows indicating that the macro has been built.&nbsp; However, when I actually try to use the macro, I get unexpected results.&nbsp; For example, when I speak the macro name in Word or Excel, they each open the Font dialogue window.&nbsp; When I try it in my calendar software (Franklin Covey PlanPlus), the application crashes.&nbsp; Obviously, if I use the keyboard to press Ctrl+P, all three applications open up the Print dialog box.&nbsp; Anyone have any ideas what I need to do to get this to work?&nbsp; I've built other key press macros and they're working as expected.&nbsp; Thanks in advance for any feedback.<br><br>Here's how I completed the macro builder window after which I clicked the build button:<br><br><br><br><img src="file:///C:/Users/NROSEN%7E1.000/AppData/Local/Temp/moz-screenshot-1.png" border="0" /><img src="file:///C:/Users/NROSEN%7E1.000/AppData/Local/Temp/moz-screenshot-2.png" border="0" /><img src="uploads/439/WSRToolkitMacro.jpg" height="635" width="884" border="0" />]]>
   </description>
   <pubDate>Mon, 30 Apr 2012 09:46:08 +0000</pubDate>
   <guid isPermaLink="true">https://www.msspeech-forum.com/send-to-printer-macro_topic288_post1381.html#1381</guid>
  </item> 
 </channel>
</rss>