<?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>Excel help</title>
		<link>https://www.lotterypost.com/thread/235484</link>
		<atom:link href="https://www.lotterypost.com/rss/topic/235484" rel="self" type="application/rss+xml" />
		<description>Lottery Post Forum Topic: Excel help</description>
		<dc:language>en-us</dc:language>
		<generator>Lottery Post RSS Generator</generator>
		<item>
			<title>Reply #7</title>
			<link>https://www.lotterypost.com/thread/235484/2177751</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/235484/2177751</guid>
			<pubDate>Sun, 21 Aug 2011 12:41:19 GMT</pubDate>
			<dc:creator>Deepop</dc:creator>
			<description><![CDATA[<p>Thank You.</p>]]></description>
			<category>Deepop</category>
		</item>
		<item>
			<title>Reply #6</title>
			<link>https://www.lotterypost.com/thread/235484/2177441</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/235484/2177441</guid>
			<pubDate>Sun, 21 Aug 2011 01:38:38 GMT</pubDate>
			<dc:creator>phileight</dc:creator>
			<description><![CDATA[<p>I used a program that i use to copy the code. forgot that it did not do all the possible comb. more than 1 missing. corrected code below.<br /><br />Sub p3_wheel()<br /><br />Dim tn(9), wn(150)<br /><br />&#x27;load wheel position info<br /><br />wn(1) = 1: wn(2) = 2: wn(3) = 3: wn(4) = 1: wn(5) = 2: wn(6) = 4: wn(7) = 1: wn(8) = 2: wn(9) = 5<br /><br />wn(10) = 1: wn(11) = 2: wn(12) = 6: wn(13) = 1: wn(14) = 2: wn(15) = 7: wn(16) = 1: wn(17) = 2: wn(18) = 8<br /><br />wn(19) = 1: wn(20) = 2: wn(21) = 9: wn(22) = 1: wn(23) = 3: wn(24) = 4... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/235484/2177441">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>phileight</category>
		</item>
		<item>
			<title>Reply #5</title>
			<link>https://www.lotterypost.com/thread/235484/2176865</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/235484/2176865</guid>
			<pubDate>Sat, 20 Aug 2011 17:04:55 GMT</pubDate>
			<dc:creator>Deepop</dc:creator>
			<description><![CDATA[<p>Thanks Again.<br /><br />Works like a charm except the combo for B3,C3,and C2 is not being automated.<br /><br />Example:<br /><br />167<br /><br />281<br /><br />123</p>]]></description>
			<category>Deepop</category>
		</item>
		<item>
			<title>Reply #4</title>
			<link>https://www.lotterypost.com/thread/235484/2176581</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/235484/2176581</guid>
			<pubDate>Sat, 20 Aug 2011 12:16:29 GMT</pubDate>
			<dc:creator>Deepop</dc:creator>
			<description><![CDATA[<p>Thank You Very much for your help.</p>]]></description>
			<category>Deepop</category>
		</item>
		<item>
			<title>Reply #3</title>
			<link>https://www.lotterypost.com/thread/235484/2176091</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/235484/2176091</guid>
			<pubDate>Fri, 19 Aug 2011 23:52:12 GMT</pubDate>
			<dc:creator>phileight</dc:creator>
			<description><![CDATA[<p>copy this sub to a new spreadsheet to check it out. put your 3 comb in a1:c3 the start the macro. results in f,g,h<br /><br />p8<br /><br />Sub p3_wheel()<br /><br />Dim tn(9), wn(90)<br /><br />&#x27;load wheel position info<br /><br />wn(1) = 1: wn(2) = 2: wn(3) = 3: wn(4) = 1: wn(5) = 5: wn(6) = 3: wn(7) = 2: wn(8) = 5: wn(9) = 3<br /><br />wn(10) = 1: wn(11) = 2: wn(12) = 4: wn(13) = 1: wn(14) = 5: wn(15) = 4: wn(16) = 3: wn(17) = 2: wn(18) = 4<br /><br />wn(19) = 3: wn(20) = 5: wn(21) = 4: wn(22) = 1: wn(23) = 2: wn(24) = 5: wn(25) = 2... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/235484/2176091">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>phileight</category>
		</item>
		<item>
			<title>Reply #2</title>
			<link>https://www.lotterypost.com/thread/235484/2175522</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/235484/2175522</guid>
			<pubDate>Fri, 19 Aug 2011 15:19:33 GMT</pubDate>
			<dc:creator>Deepop</dc:creator>
			<description><![CDATA[<p>Hi.<br /><br />And thanks for the reply.<br /><br />Yes i do use macros, no preference for the output A1:C3 would be ideal.<br /><br />I have a text to number calculator that i use for lottery<br /><br />and it gives me numbers in this TTT format:<br /><br />123<br /><br />456<br /><br />789<br /><br />I was trying to find a way to animate all possible combos<br /><br />by entering the three combos as above to save time doing it manualy.<br /><br />Thanks in advance for any help.</p>]]></description>
			<category>Deepop</category>
		</item>
		<item>
			<title>Reply #1</title>
			<link>https://www.lotterypost.com/thread/235484/2175290</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/235484/2175290</guid>
			<pubDate>Fri, 19 Aug 2011 09:08:45 GMT</pubDate>
			<dc:creator>phileight</dc:creator>
			<description><![CDATA[<p>Deepop<br /><br />do you use macros? where are the numbers you want comb for. ex a1:c3 any preference for where the output goes</p>]]></description>
			<category>phileight</category>
		</item>
		<item>
			<title>Excel help</title>
			<link>https://www.lotterypost.com/thread/235484</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/235484</guid>
			<pubDate>Wed, 17 Aug 2011 23:03:34 GMT</pubDate>
			<dc:creator>Deepop</dc:creator>
			<description><![CDATA[<p>Can someone tell how to formulate a spreadsheet for TTT<br /><br />that would animate all possibale combonations.<br /><br />example:<br /><br />INPUT<br /><br />345<br /><br />278<br /><br />490<br /><br />OUTPUT<br /><br />All possable combos.<br /><br />324,479,234 ect.<br /><br />Thanks.</p>]]></description>
			<category>Deepop</category>
		</item>
	</channel>
</rss>

