<?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 VBA code - My little contribution</title>
		<link>https://www.lotterypost.com/thread/323766</link>
		<atom:link href="https://www.lotterypost.com/rss/topic/323766" rel="self" type="application/rss+xml" />
		<description>Lottery Post Forum Topic: Excel VBA code - My little contribution</description>
		<dc:language>en-us</dc:language>
		<generator>Lottery Post RSS Generator</generator>
		<item>
			<title>Reply #2</title>
			<link>https://www.lotterypost.com/thread/323766/5738973</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/323766/5738973</guid>
			<pubDate>Wed, 21 Nov 2018 19:28:41 GMT</pubDate>
			<dc:creator>Lucko</dc:creator>
			<description><![CDATA[<p>Hi dr San,<br /><br />I am new here so I can&#x27;t put a link. What I can tell you, if you use correctly my macro, you will see that the numbers come out from the largest to the smallest number. You can use the function nb.si to find out how many times the numbers has been out. The position of the numbers is determined by its output.<br /><br />You can also make setting to obtain numbers larger than or smaller than X number. You can use it to make a combination with the numbers that have most often come out de... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/323766/5738973">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>Lucko</category>
		</item>
		<item>
			<title>Reply #1</title>
			<link>https://www.lotterypost.com/thread/323766/5738958</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/323766/5738958</guid>
			<pubDate>Wed, 21 Nov 2018 19:06:55 GMT</pubDate>
			<dc:creator>dr san</dc:creator>
			<description><![CDATA[<p>hello LUCKO, very good job, can you do the most frequent, by position upright?<br /><br />another macro, of the least freqeunte in general and in the positions?<br /><br />and also in a particular group of numbers<br /><br />example = I type a group of 10 numbers of my lottery<br /><br />31/7, macro goes what else was raffled and what less<br /><br />in a selected group within a lottery, type a quadrant</p>]]></description>
			<category>dr san</category>
		</item>
		<item>
			<title>Excel VBA code - My little contribution</title>
			<link>https://www.lotterypost.com/thread/323766</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/323766</guid>
			<pubDate>Mon, 19 Nov 2018 14:16:48 GMT</pubDate>
			<dc:creator>Lucko</dc:creator>
			<description><![CDATA[<p>I use this code to find the most frequently issued number from past combinations. Can be adapted to any lottery. I use it for Keno. This is my little contribution to this forum. Maybe someone already published it. If so, accept my apologies.<br /><br />To be put in an Excel module:<br /><br />Option Explicit<br /><br />Sub Frequency()<br /><br />Dim t, i As Long, j As Long, Dico, Cl , tmp1, tmp2, OK As Boolean, T2<br /><br />With Application<br /><br />.DisplayAlerts = False<br /><br />.ScreenUpdating = False<br /><br />.EnableEvents = False<br /><br />.CutCopyMode</p>]]></description>
			<category>Lucko</category>
		</item>
	</channel>
</rss>

