<?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>help with conditional formating in EXCEL</title>
		<link>https://www.lotterypost.com/thread/189763</link>
		<atom:link href="https://www.lotterypost.com/rss/topic/189763" rel="self" type="application/rss+xml" />
		<description>Lottery Post Forum Topic: help with conditional formating in EXCEL</description>
		<dc:language>en-us</dc:language>
		<generator>Lottery Post RSS Generator</generator>
		<item>
			<title>Reply #17</title>
			<link>https://www.lotterypost.com/thread/189763/1242443</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/189763/1242443</guid>
			<pubDate>Thu, 05 Mar 2009 13:27:31 GMT</pubDate>
			<dc:creator>phileight</dc:creator>
			<description><![CDATA[<p>The colon thing is good to know. the if statement is just too easy. as rigid as other statement are I would not have tried this.<br /><br />its these little things that people leave out or don&#x27;t mention when trying to show how to do something. I&#x27;ve looked at several web sites trying to figure things out for myself, no mention of this.<br /><br />thanks and I&#x27;ll try not to bother you too much.<br /><br />p8</p>]]></description>
			<category>phileight</category>
		</item>
		<item>
			<title>Reply #16</title>
			<link>https://www.lotterypost.com/thread/189763/1242393</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/189763/1242393</guid>
			<pubDate>Thu, 05 Mar 2009 11:46:15 GMT</pubDate>
			<dc:creator>time*treat</dc:creator>
			<description><![CDATA[<p>If you have a special reason for using GoTo done , you will need a line somewhere called done: Probably right over an End Sub statement.<br /><br />Yes, the : is required.<br /><br />If you aren&#x27;t going to do some last minute thing before ending the code run, why not use If c2 9 Then End</p>]]></description>
			<category>time*treat</category>
		</item>
		<item>
			<title>Reply #15</title>
			<link>https://www.lotterypost.com/thread/189763/1242105</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/189763/1242105</guid>
			<pubDate>Thu, 05 Mar 2009 01:39:58 GMT</pubDate>
			<dc:creator>phileight</dc:creator>
			<description><![CDATA[<p>time*treat<br /><br />I feel that i&#x27;m making progress till i hit a wall. this code does what i want it to. question is how to terminate and shut it down you can see my intent was to enter a # larger than 9 as my trigger. what i&#x27;m trying doesnot work and i have been unable to find an example to guide me. thaks for your help and patience.<br /><br />Sub color()<br /><br />test = True<br /><br />Call clear_color<br /><br />Do While test = True<br /><br />Call set_guess<br /><br />Call clear_color<br /><br />Call set_color<br /><br />If test = False Then Exit Su... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/189763/1242105">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>phileight</category>
		</item>
		<item>
			<title>Reply #14</title>
			<link>https://www.lotterypost.com/thread/189763/1241504</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/189763/1241504</guid>
			<pubDate>Wed, 04 Mar 2009 12:31:13 GMT</pubDate>
			<dc:creator>time*treat</dc:creator>
			<description><![CDATA[<p>The inertia of using what I already know has kept me from learning newer languages, even though I have bought books on them.<br /><br />The old code still works. Even though I&#x27;m using a newer version of Excel, I&#x27;m still using VBA books I bought several years ago.</p>]]></description>
			<category>time*treat</category>
		</item>
		<item>
			<title>Reply #13</title>
			<link>https://www.lotterypost.com/thread/189763/1241490</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/189763/1241490</guid>
			<pubDate>Wed, 04 Mar 2009 11:50:50 GMT</pubDate>
			<dc:creator>phileight</dc:creator>
			<description><![CDATA[<p>I did try this and a dozen variations yesterday, i did have another issue going on code break finally figured that out using the help file.<br /><br />thanks for your help. for now keeping it simple is where i need to be untill i understand the basics.<br /><br />p8</p>]]></description>
			<category>phileight</category>
		</item>
		<item>
			<title>Reply #12</title>
			<link>https://www.lotterypost.com/thread/189763/1241276</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/189763/1241276</guid>
			<pubDate>Wed, 04 Mar 2009 03:18:31 GMT</pubDate>
			<dc:creator>time*treat</dc:creator>
			<description><![CDATA[<p>how do i get this to loop until i&#x27;m done instead of having to restart it each time?<br /><br />You&#x27;d have to set some condition and check it periodically; usually another loop. How do you know when you&#x27;re done?<br /><br />how do i call a subroutine from within this code?<br /><br />If you are NOT going to pass any info (values) from one to the other ....<br /><br />sub marco()<br /><br />&#x27;do stuff&#x27;<br /><br />polo<br /><br />&#x27;back from polo to do some other stuff&#x27;<br /><br />end sub<br /><br />sub polo()<br /><br />&#x27;arrive from marco to do stuff over here... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/189763/1241276">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>time*treat</category>
		</item>
		<item>
			<title>Reply #11</title>
			<link>https://www.lotterypost.com/thread/189763/1241226</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/189763/1241226</guid>
			<pubDate>Wed, 04 Mar 2009 02:06:52 GMT</pubDate>
			<dc:creator>phileight</dc:creator>
			<description><![CDATA[<p>RJOH<br /><br />perhaps it&#x27;s lack of knowledge on my part but the computers i have tried with xp and vista would not support the lower resolution needed to view gwbasic. the display is so poor i can barely read it. it is forceing me to move on before my old computer dies. maybe thats a good thing. learning something new keeps the brain cells working, as I get older they need all the exercise I can give them.<br /><br />time*treat or anyone who would like to jump in, i used okay modified your input code and i ha... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/189763/1241226">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>phileight</category>
		</item>
		<item>
			<title>Reply #10</title>
			<link>https://www.lotterypost.com/thread/189763/1241072</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/189763/1241072</guid>
			<pubDate>Tue, 03 Mar 2009 23:29:53 GMT</pubDate>
			<dc:creator>RJOh</dc:creator>
			<description><![CDATA[<p>I too bought Quick Basic and Visual Basic intending to learn them and never learned either well enough to write a program. It has just been too easy to keep using GWBasic since newer versions of Window had a command window that supported DOS type programs. I never moved up to Vista but I haven&#x27;t had any trouble running my programs with XP and I hope Window 7 will do the same as I don&#x27;t plan to upgrade my computer until the next version of Windows comes out.<br /><br />I&#x27;m also surprised to see the lates... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/189763/1241072">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>RJOh</category>
		</item>
		<item>
			<title>Reply #9</title>
			<link>https://www.lotterypost.com/thread/189763/1241037</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/189763/1241037</guid>
			<pubDate>Tue, 03 Mar 2009 22:45:42 GMT</pubDate>
			<dc:creator>phileight</dc:creator>
			<description><![CDATA[<p>time treat thanks i believe another light just came on. i&#x27;m sure I will have more questions as I progress.<br /><br />RJOH I enjoy Gwbasic and would prefer to continue using it. XP and Vista barely support it. I have found i have to use Gwbasic to create output files that I then inport to excel so I can see them. I have bought a couple of books on VB just have never been able(maybe willing) to get started. this year my goal is to learn enough VB VBA to convert what I consider my useful GWBasic file... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/189763/1241037">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>phileight</category>
		</item>
		<item>
			<title>Reply #8</title>
			<link>https://www.lotterypost.com/thread/189763/1240748</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/189763/1240748</guid>
			<pubDate>Tue, 03 Mar 2009 17:12:48 GMT</pubDate>
			<dc:creator>RJOh</dc:creator>
			<description><![CDATA[<p>If you understand GWBasic, why not use it to write an application to do what you want? I&#x27;ve written all my lottery applications using it and complied them using a Quick Basic complier which allows the programs to be larger.</p>]]></description>
			<category>RJOh</category>
		</item>
		<item>
			<title>Reply #7</title>
			<link>https://www.lotterypost.com/thread/189763/1240742</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/189763/1240742</guid>
			<pubDate>Tue, 03 Mar 2009 17:01:04 GMT</pubDate>
			<dc:creator>time*treat</dc:creator>
			<description><![CDATA[<p>Sub input_box_example()<br /><br />&#x27;by time*treat&#x27;<br /><br />Dim var_name As Integer<br /><br />var_name = Application.InputBox( Prompt goes here , box title goes here , Type:=1)<br /><br />&#x27;type = 1, for integers&#x27;<br /><br />Cells(1, 1).Value = var_name<br /><br />End Sub<br /><br />Using f8 key to step throuth this one will show you how it works. The type:=1 statement adds a bit of idiot-proofing so that if you enter a letter then it will prompt you to try again. If you enter 123, then the value of var_name becomes 123.... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/189763/1240742">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>time*treat</category>
		</item>
		<item>
			<title>Reply #6</title>
			<link>https://www.lotterypost.com/thread/189763/1240604</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/189763/1240604</guid>
			<pubDate>Tue, 03 Mar 2009 14:06:51 GMT</pubDate>
			<dc:creator>phileight</dc:creator>
			<description><![CDATA[<p>time*treat<br /><br />thanks. That was one of those duh moments, hour or so after i posted the question it occured to me to use a loop with incremented # to find the answer, something i&#x27;ve done for years in gwbasic.<br /><br />I could use help with syntax for a user input. the equivalent to gwbasic input whatever ;x$<br /><br />computer provides a prompt and waits for you to hit enter key.<br /><br />even simple things are difficult when you don&#x27;t understand them.<br /><br />thanks<br /><br />p8</p>]]></description>
			<category>phileight</category>
		</item>
		<item>
			<title>Reply #5</title>
			<link>https://www.lotterypost.com/thread/189763/1240498</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/189763/1240498</guid>
			<pubDate>Tue, 03 Mar 2009 06:13:29 GMT</pubDate>
			<dc:creator>time*treat</dc:creator>
			<description><![CDATA[<p>Interior.ColorIndex = 0</p>]]></description>
			<category>time*treat</category>
		</item>
		<item>
			<title>Reply #4</title>
			<link>https://www.lotterypost.com/thread/189763/1240263</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/189763/1240263</guid>
			<pubDate>Tue, 03 Mar 2009 02:01:18 GMT</pubDate>
			<dc:creator>phileight</dc:creator>
			<description><![CDATA[<p>gasmeterguy<br /><br />thanks for the help. i have a working file. a couple of questions if I may. once i run this various cells are colored in just as i want. what code returns them to original color or default background. i can create another loop to clear if i knew what color # to use. you said create button to start this. I have no clue where to start. i will include the code i have. again thanks.<br /><br />Public Sub COLOR()<br /><br />For X = 4 To 30&#x27; ROW 4 THRU 30<br /><br />For Y = 2 To 5 &#x27; COL BCDE<br /><br />If Cells(2,... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/189763/1240263">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>phileight</category>
		</item>
		<item>
			<title>Reply #3</title>
			<link>https://www.lotterypost.com/thread/189763/1239433</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/189763/1239433</guid>
			<pubDate>Mon, 02 Mar 2009 01:17:42 GMT</pubDate>
			<dc:creator>GASMETERGUY</dc:creator>
			<description><![CDATA[<p>Go to my blog. I have some information about<br /><br />Excel there; how to get to VBA; how to start a program.<br /><br />Now I am a rank amatuer when it comes to VBA programming. There are others on this site that have much more expertise than I. I know what I want and how to get there. It ain&#x27;t pretty but it works and that is all I care about.<br /><br />Perhaps a professional will step in and guide you. Until then, I will keep an eye on this thread.</p>]]></description>
			<category>GASMETERGUY</category>
		</item>
		<item>
			<title>Reply #2</title>
			<link>https://www.lotterypost.com/thread/189763/1238752</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/189763/1238752</guid>
			<pubDate>Sun, 01 Mar 2009 02:43:21 GMT</pubDate>
			<dc:creator>phileight</dc:creator>
			<description><![CDATA[<p>Gasmeterguy<br /><br />thanks for the help. I follow the logic and with the syntax i think i can do this part. how to start the program still eludes me.<br /><br />my basic idea is to place my guess in say a1,b1,c1,d1 then use a for next loop for say last 50 games to see the patterns that the numbers in the target comb form in past draws. the winning number is frequently in a one touch pattern often several times, but difficult to see.<br /><br />thanks<br /><br />p8</p>]]></description>
			<category>phileight</category>
		</item>
		<item>
			<title>Reply #1</title>
			<link>https://www.lotterypost.com/thread/189763/1238666</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/189763/1238666</guid>
			<pubDate>Sun, 01 Mar 2009 01:30:08 GMT</pubDate>
			<dc:creator>GASMETERGUY</dc:creator>
			<description><![CDATA[<p>try something like this<br /><br />if cells(row,column) = cells(row,column) then cells(row,column).interior.colorindex = 3<br /><br />This code must be placed inside a VBA module. Then you can run the code either from the Tools-Macro button from the tool bar or create a run button labeled Run me or Run This or whatever.</p>]]></description>
			<category>GASMETERGUY</category>
		</item>
		<item>
			<title>help with conditional formating in EXCEL</title>
			<link>https://www.lotterypost.com/thread/189763</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/189763</guid>
			<pubDate>Thu, 26 Feb 2009 23:56:18 GMT</pubDate>
			<dc:creator>phileight</dc:creator>
			<description><![CDATA[<p>A B C D<br /><br />1<br /><br />2<br /><br />3<br /><br />4<br /><br />1<br /><br />7<br /><br />5<br /><br />5<br /><br />1<br /><br />4<br /><br />3<br /><br />3<br /><br />3<br /><br />2<br /><br />0<br /><br />9<br /><br />5<br /><br />7<br /><br />2<br /><br />1<br /><br />I need some help with conditional formatting. 3 conditions I can do. I want 4. Given the data above the 1 2 3 4 is the test condition, the other # s are the data to be tested. I can t get the row # s to show up correctly. If row 3 col A is = to row 1 col A or B or C or D set font color red , If row 3 colB is... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/189763">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>phileight</category>
		</item>
	</channel>
</rss>

