<?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 Code Needed to track Multiple Variables</title>
		<link>https://www.lotterypost.com/thread/315744</link>
		<atom:link href="https://www.lotterypost.com/rss/topic/315744" rel="self" type="application/rss+xml" />
		<description>Lottery Post Forum Topic: VBA Code Needed to track Multiple Variables</description>
		<dc:language>en-us</dc:language>
		<generator>Lottery Post RSS Generator</generator>
		<item>
			<title>Reply #1</title>
			<link>https://www.lotterypost.com/thread/315744/5289742</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/315744/5289742</guid>
			<pubDate>Fri, 13 Oct 2017 11:49:04 GMT</pubDate>
			<dc:creator>phileight</dc:creator>
			<description><![CDATA[<p>you don&#x27;t provide enough info to give a specific answer<br /><br />within back_3_success define a row and column where you want your result to be shown. ie rw=2:cl=3<br /><br />if the variable a has the result then before you exit the sub insert cells(rw,cl)=a<br /><br />if there is a loop involved (more than 1 result) then add a line that increments the row or column variable ex rw=rw+1 or cl=cl+1 or both<br /><br />just put the code inside your loop<br /><br />if you don&#x27;t want to overwrite results from a previous test then after de... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/315744/5289742">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>phileight</category>
		</item>
		<item>
			<title>VBA Code Needed to track Multiple Variables</title>
			<link>https://www.lotterypost.com/thread/315744</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/315744</guid>
			<pubDate>Thu, 12 Oct 2017 14:00:43 GMT</pubDate>
			<dc:creator>AllenB</dc:creator>
			<description><![CDATA[<p>I have Been Using the Following Code to Control a Macro.<br /><br />Sub Run_Test()<br /><br />&#x27;<br /><br />&#x27; Run_Test<br /><br />&#x27;<br /><br />i = Range( _B3_Percent ).Value<br /><br />Do While i 0.75<br /><br />Back_3_Success<br /><br />i = Range( _B3_Percent ).Value<br /><br />Loop<br /><br />End Sub<br /><br />This Control Runs a Macro called Back_3_Success until The Range _B3_Percent is Greater that 75% and Stops.<br /><br />What I need is to be able to Add a Macro Paste_Results into the process, so that the Results will be pasted and then the Run_Test Macro will Start again and Search... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/315744">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>AllenB</category>
		</item>
	</channel>
</rss>

