<?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>Macro Lessons??</title>
		<link>https://www.lotterypost.com/thread/127438</link>
		<atom:link href="https://www.lotterypost.com/rss/topic/127438" rel="self" type="application/rss+xml" />
		<description>Lottery Post Forum Topic: Macro Lessons??</description>
		<dc:language>en-us</dc:language>
		<generator>Lottery Post RSS Generator</generator>
		<item>
			<title>Reply #8</title>
			<link>https://www.lotterypost.com/thread/127438/531033</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/127438/531033</guid>
			<pubDate>Mon, 30 Jan 2006 21:53:18 GMT</pubDate>
			<dc:creator>lottaloot</dc:creator>
			<description><![CDATA[<p>Paurths, I love your code.  Thanks for posting it.  Excel is a pwerful thing.   Powerplayer, good luck</p>]]></description>
			<category>lottaloot</category>
		</item>
		<item>
			<title>Reply #7</title>
			<link>https://www.lotterypost.com/thread/127438/531001</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/127438/531001</guid>
			<pubDate>Mon, 30 Jan 2006 21:20:04 GMT</pubDate>
			<dc:creator>winsumloosesum</dc:creator>
			<description><![CDATA[<p>Powerplayer,Still need the Pick 4 listing??wsls</p>]]></description>
			<category>winsumloosesum</category>
		</item>
		<item>
			<title>Reply #6</title>
			<link>https://www.lotterypost.com/thread/127438/529641</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/127438/529641</guid>
			<pubDate>Sat, 28 Jan 2006 14:52:17 GMT</pubDate>
			<dc:creator>powerplayer</dc:creator>
			<description><![CDATA[<p>Awesome TODD!!! The drag trick I learn from you and use it all the time. Thank youI will taket the advise of useing a formula instead. This was actually only to make the chart. So the macro would have only been used and save if needed again. Once it&#x27;s done creating this chart of all the combinations I&#x27;m going to use my other formula that I have with the pick 3 and apply it to this....Thank you again........work will be fun tonight..PP</p>]]></description>
			<category>powerplayer</category>
		</item>
		<item>
			<title>Reply #5</title>
			<link>https://www.lotterypost.com/thread/127438/529636</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/127438/529636</guid>
			<pubDate>Sat, 28 Jan 2006 14:46:51 GMT</pubDate>
			<dc:creator>Todd</dc:creator>
			<description><![CDATA[<p>I wouldn&#x27;t do this kind of thing with a macro.  It&#x27;s much easier (and more re-usable) to do it using formulas.  If you use formulas, then you can quickly apply the formulas to a large range of cells using copy and paste. Many people don&#x27;t realize how powerful Excel formulas can be.  You can use any VBA functions in your formula, including some pretty powerful string manipulation functions.Why not create cells b1, c1, d1, and e1 as each of the four digits?  For example, cell b1 would contain the... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/127438/529636">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>Todd</category>
		</item>
		<item>
			<title>Reply #4</title>
			<link>https://www.lotterypost.com/thread/127438/529632</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/127438/529632</guid>
			<pubDate>Sat, 28 Jan 2006 14:34:00 GMT</pubDate>
			<dc:creator>powerplayer</dc:creator>
			<description><![CDATA[<p>Paurths,I got another question if you can answer. can you explain what the different code means so I can undstand this more.Trying to learn...Like what does iw and things like this....Dim s1 As StringDim s2 As StringDim s3 As StringDim s4 As Stringthe s1 what is this line doing..sorry for the question but, if I understand the code then I will be able to write it.ThanksPP</p>]]></description>
			<category>powerplayer</category>
		</item>
		<item>
			<title>Reply #3</title>
			<link>https://www.lotterypost.com/thread/127438/529629</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/127438/529629</guid>
			<pubDate>Sat, 28 Jan 2006 14:26:38 GMT</pubDate>
			<dc:creator>powerplayer</dc:creator>
			<description><![CDATA[<p>WOW thank you Paurths..this is great!!Something to do at work tonight...</p>]]></description>
			<category>powerplayer</category>
		</item>
		<item>
			<title>Reply #2</title>
			<link>https://www.lotterypost.com/thread/127438/529569</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/127438/529569</guid>
			<pubDate>Sat, 28 Jan 2006 12:34:53 GMT</pubDate>
			<dc:creator>paurths</dc:creator>
			<description><![CDATA[<p>Oops, just reread your post.You want it to skip a column each time?Then change this line: iWCol = iWCol + 1to : iWCol = iWCol + 2Then you&#x27;ll need 20 000 columns...</p>]]></description>
			<category>paurths</category>
		</item>
		<item>
			<title>Reply #1</title>
			<link>https://www.lotterypost.com/thread/127438/529568</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/127438/529568</guid>
			<pubDate>Sat, 28 Jan 2006 12:26:54 GMT</pubDate>
			<dc:creator>paurths</dc:creator>
			<description><![CDATA[<p>I don&#x27;t think there are 10000 columns available, Powerplayer...It will loop until it finds an empty cell in column A.(i have this in a proceducre somewhere where an array is used to create the 24-ways, but i can&#x27;t seem to locate it lol) Private sub sbMake24Way() Dim iRows As IntegerDim iWCol As IntegerDim s1 As StringDim s2 As StringDim s3 As StringDim s4 As StringDim blnEnd As Boolean    iWCol = 2    iRows = 1    Do Until blnEnd        &#x27;Dummy variable, blnEnd (not needed in this setup ofcourse.... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/127438/529568">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>paurths</category>
		</item>
		<item>
			<title>Macro Lessons??</title>
			<link>https://www.lotterypost.com/thread/127438</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/127438</guid>
			<pubDate>Sat, 28 Jan 2006 11:04:47 GMT</pubDate>
			<dc:creator>powerplayer</dc:creator>
			<description><![CDATA[<p>Hello all,I know we have had a lot of people ask excel and VB questions.I am trying to learn macro&#x27;s to make things easier with a automated task.I&#x27;m a little confused on how to go about doing this.Here is what I have:In Cell A1 going down I have the folling:0987 0986 0985 0984 0983 0982 0981 0976 0975 0974 0973 0972 0971 0965 0964 0963 0962 0961 0954 0953 0952 0951 0943 0942 0941 0932 0931 0921 0876 0875 0874 0873 0872 0871 0865 0864 0863 0862 0861 0854 0853 0852 0851 0843 0842 0841 0832 0831 08... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/127438">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>powerplayer</category>
		</item>
	</channel>
</rss>

