<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
	<channel>
		<title>vba to Sort past lottery results smallest to largest</title>
		<link>https://www.lotterypost.com/thread/314592</link>
		<atom:link href="https://www.lotterypost.com/rss/topic/314592" rel="self" type="application/rss+xml" />
		<description>Lottery Post Forum Topic: vba to Sort past lottery results smallest to largest</description>
		<dc:language>en-us</dc:language>
		<generator>Lottery Post RSS Generator</generator>
		<item>
			<title>Reply #1</title>
			<link>https://www.lotterypost.com/thread/314592/5221264</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/314592/5221264</guid>
			<pubDate>Sun, 20 Aug 2017 18:02:57 GMT</pubDate>
			<dc:creator>CountingMan</dc:creator>
			<description><![CDATA[<p>I use the following formula to sort drawings from lowest to hugest from left to right:<br /><br />Highlight the cells where you want the results returned then type in the following formula I. The far left cell:<br /><br />=small (array, {1,2,3,4,5}) and hit Ctrl, Shift, and Enter at the same time</p>]]></description>
			<category>CountingMan</category>
		</item>
		<item>
			<title>vba to Sort past lottery results smallest to largest</title>
			<link>https://www.lotterypost.com/thread/314592</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/314592</guid>
			<pubDate>Mon, 14 Aug 2017 09:25:16 GMT</pubDate>
			<dc:creator>timmsy</dc:creator>
			<description><![CDATA[<p>This is a vba i used to Sort past lottery results smallest to largest , this example is for 10 numbers starting at B1 to k1, you can change it to suit your lotto or Keno just change the range<br /><br />Sub sort_results_ascending() &#x27;from top to bottom sort left to right on data page<br /><br />Sheets( data ).Select<br /><br />Application.Calculation = xlCalculationManual<br /><br />Range( B1:k1 ).Select &#x27; first draw (chage to suit your lottery)<br /><br />Do While ActiveCell.Value 0<br /><br />Selection.Offset(1, 0).Select<br /><br />Sel... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/314592">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>timmsy</category>
		</item>
	</channel>
</rss>

