<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tekipad Nuggets &#187; tips</title>
	<atom:link href="http://www.tekipad.com/blog/tag/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tekipad.com/blog</link>
	<description>when the bits settle</description>
	<lastBuildDate>Sun, 13 Jun 2010 09:58:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Printing a sheet to pdf silently in Excel VBA</title>
		<link>http://www.tekipad.com/blog/2009/01/28/printing-a-sheet-to-pdf-silently-in-excel-vba/</link>
		<comments>http://www.tekipad.com/blog/2009/01/28/printing-a-sheet-to-pdf-silently-in-excel-vba/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 00:27:00 +0000</pubDate>
		<dc:creator>Gray Dot</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Adobe Acrobat]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://www.tekipad.com/blog/?p=45</guid>
		<description><![CDATA[





This piece of code uses Adobe Acrobat to silently print a sheet to the location you specify.Change PDFPath and strOutFile to modify. 
Dim strDefaultPrinter As String, strOutFile As StringDim lngRegResult As Long, lngResult As LongDim dhcHKeyCurrentUser As LongDim PDFPath As StringdhcHKeyCurrentUser = &#38;H80000001strDefaultPrinter = Application.ActivePrinterPDFPath = ThisWorkbook.Path &#38; Application.PathSeparator &#8216;The directory in which you want [...]]]></description>
		<wfw:commentRss>http://www.tekipad.com/blog/2009/01/28/printing-a-sheet-to-pdf-silently-in-excel-vba/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using a passwords file with Excel VBA</title>
		<link>http://www.tekipad.com/blog/2009/01/28/using-a-passwords-file-with-excel-vba/</link>
		<comments>http://www.tekipad.com/blog/2009/01/28/using-a-passwords-file-with-excel-vba/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 00:13:00 +0000</pubDate>
		<dc:creator>Gray Dot</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://www.tekipad.com/blog/?p=44</guid>
		<description><![CDATA[





With Excel VBA, to loop through a text file containing usernames and passwords use the following code. It is probably a good idea to store encrypted passwords in the passwords file.

Dim FileNum as IntegerDim UserName as String, UserPassword as String FileNum=FreeFile&#160;&#160; If Dir(ThisWorkbook.Path &#38; Application.PathSeparator &#38; &#8220;passwords.txt&#8221;) = &#8220;&#8221; Then&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8216;password file does not exist. [...]]]></description>
		<wfw:commentRss>http://www.tekipad.com/blog/2009/01/28/using-a-passwords-file-with-excel-vba/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Saving inserted jpgs from an Open Office Text Document</title>
		<link>http://www.tekipad.com/blog/2008/08/22/saving-inserted-jpgs-from-an-open-office-text-document/</link>
		<comments>http://www.tekipad.com/blog/2008/08/22/saving-inserted-jpgs-from-an-open-office-text-document/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 19:37:00 +0000</pubDate>
		<dc:creator>Gray Dot</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[open Office writer]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.tekipad.com/blog/?p=30</guid>
		<description><![CDATA[





If you have an OpenOffice Text File which has images included in it, you may be confused as to how to save the images separately since Open Office does not give you the option to save the images to disk.
The simplest way is to save the pages as HTML. Click on File>Save As&#8230; or use [...]]]></description>
		<wfw:commentRss>http://www.tekipad.com/blog/2008/08/22/saving-inserted-jpgs-from-an-open-office-text-document/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Downloading Google Videos</title>
		<link>http://www.tekipad.com/blog/2008/05/06/downloading-google-videos/</link>
		<comments>http://www.tekipad.com/blog/2008/05/06/downloading-google-videos/#comments</comments>
		<pubDate>Tue, 06 May 2008 18:09:00 +0000</pubDate>
		<dc:creator>Gray Dot</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Google Video]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.tekipad.com/blog/?p=25</guid>
		<description><![CDATA[I recently looked up a few videos by Randy Pausch, one was his &#8216;last lecture&#8216; and the other was on time management. The former was on Youtube and the other was on Google Videos.
The Youtube video was easy to download with youtube-dl on my Linux Mint Distro, (for how to do this, look up this [...]]]></description>
		<wfw:commentRss>http://www.tekipad.com/blog/2008/05/06/downloading-google-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
