<?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>Visual Basic Applications in Excel</title>
		<link>https://www.lotterypost.com/thread/125591</link>
		<atom:link href="https://www.lotterypost.com/rss/topic/125591" rel="self" type="application/rss+xml" />
		<description>Lottery Post Forum Topic: Visual Basic Applications in Excel</description>
		<dc:language>en-us</dc:language>
		<generator>Lottery Post RSS Generator</generator>
		<item>
			<title>Reply #19</title>
			<link>https://www.lotterypost.com/thread/125591/511758</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/125591/511758</guid>
			<pubDate>Tue, 03 Jan 2006 07:29:20 GMT</pubDate>
			<dc:creator>lottaloot</dc:creator>
			<description><![CDATA[<p>Helpful tip If you want to copy   paste down a lot of information1 Select and copy cell with formula (does not have to have formulas though)2 Select cell where you want to start the paste.3 In the name box, to the left of the formula bar type the cell where the paste will finish. Do not press enter.4 Hold down shift and press enter.5 Goto Edit&#x3e;Paste.</p>]]></description>
			<category>lottaloot</category>
		</item>
		<item>
			<title>Reply #18</title>
			<link>https://www.lotterypost.com/thread/125591/511755</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/125591/511755</guid>
			<pubDate>Tue, 03 Jan 2006 07:02:13 GMT</pubDate>
			<dc:creator>lottaloot</dc:creator>
			<description><![CDATA[<p>This one also looks really well.  It just has to be changed around to where it copied down what you want it to copy down.  Will have to do some studying on this one   Sub copydown()    Dim lastRow As Long, i As Long    lastRow = Range( G65536 ).End(xlUp).Row        If ActiveSheet.Cells(1, 8).Value =    Then        MsgBox  Cell G7 is empty. Macro will be stopped.         Exit Sub    Else        For i = 2 To lastRow            If ActiveSheet.Cells(i, 8).Value =    Then                ActiveSheet.C... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/125591/511755">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>lottaloot</category>
		</item>
		<item>
			<title>Reply #17</title>
			<link>https://www.lotterypost.com/thread/125591/511751</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/125591/511751</guid>
			<pubDate>Tue, 03 Jan 2006 06:50:28 GMT</pubDate>
			<dc:creator>lottaloot</dc:creator>
			<description><![CDATA[<p>Next question Found this on http://www.ozgrid.com/forum/showthread.php?t=44383Giving the person problems due to his not specifying the required sheet as opposed to using the active sheetanywho, thought it would be cool to have the macro automatically pull the draws from the LPIf I only knew how to Change the URL thingy.   thought it would be easy; but it didn&#x27;t work when I changed it. Sub download()        &#x27; Macro recorded 12/24/2005 by &#x27;     &#x27;    With ActiveSheet.QueryTables.Add(Connection... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/125591/511751">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>lottaloot</category>
		</item>
		<item>
			<title>Reply #16</title>
			<link>https://www.lotterypost.com/thread/125591/510251</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/125591/510251</guid>
			<pubDate>Sun, 01 Jan 2006 05:14:20 GMT</pubDate>
			<dc:creator>lottaloot</dc:creator>
			<description><![CDATA[<p>Tried that hyper, but I was still clueless.  Just did not make sense to me. Paurths, you have dummied it down enough for me to finally understand it. &#x27;preciate it    HyperC2 would be lookup valueX3:X12 would be lookup vectory3:y12 would be result vector IF so, that now makes sense. =LOOKUP(lookup_value, lookup_vector, [result_vector</p>]]></description>
			<category>lottaloot</category>
		</item>
		<item>
			<title>Reply #15</title>
			<link>https://www.lotterypost.com/thread/125591/509991</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/125591/509991</guid>
			<pubDate>Sun, 01 Jan 2006 00:10:18 GMT</pubDate>
			<dc:creator>hypersoniq</dc:creator>
			<description><![CDATA[<p>type hlookup or vlookup in excel help, there are examples there  here is an example of a regular lookup...=LOOKUP(C2,$X$3:$X$12,$Y$3:$Y$12)from my vtrac102 sheet:C2 = lookup value... is the number drawn in the first position$X$3:$X$12 = lookup vector... contain the digits 0 thru 9  (X3=0, X12=9)$Y$3:$Y$12 = result vector... contain the corresponding vtrac value for each digit (0 and 5 = 1, etc)I anchor the X and Y cells so when I autofill down, the reference stays valid, and I left C2 relative,</p>]]></description>
			<category>hypersoniq</category>
		</item>
		<item>
			<title>Reply #14</title>
			<link>https://www.lotterypost.com/thread/125591/509973</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/125591/509973</guid>
			<pubDate>Sun, 01 Jan 2006 00:02:49 GMT</pubDate>
			<dc:creator>paurths</dc:creator>
			<description><![CDATA[<p>Hi Lottaloot,i&#x27;m not an excel expert, but i guess this explanation will do... (?)A              B67     135     232     336     445     536     648     723     822     966     1088     11I have selected these two columns and named it  Draws .This goes for Vertical lookup: =VERT.ZOEKEN(66;Draws;2)I guess  VERT.ZOEKEN  is the same as VLookupWhat it does: look for the value 66 in  Draws , when it finds this, it returns the value of the second column, on the same row, which in this case is 10.Does i... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/125591/509973">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>paurths</category>
		</item>
		<item>
			<title>Reply #13</title>
			<link>https://www.lotterypost.com/thread/125591/509961</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/125591/509961</guid>
			<pubDate>Sat, 31 Dec 2005 23:46:15 GMT</pubDate>
			<dc:creator>lottaloot</dc:creator>
			<description><![CDATA[<p>Lookup function in excelOk guys, here&#x27;s the deal.  I am seriously wanting to locate the DATE that an overdue combo was last seen in my spreadsheet. I read about vlookup   hlookup and I am pretty sure that this is what I want to use. What I need is an interpretation of this Hlookup=  address(row_num,column,abs_num,a1,sheet_textVlookup= (lookup_value_table_array,col,index_num,...)This is what I do not get  (what exactly goes in each of these little boxes) This is why I can not go any further with... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/125591/509961">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>lottaloot</category>
		</item>
		<item>
			<title>Reply #12</title>
			<link>https://www.lotterypost.com/thread/125591/509719</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/125591/509719</guid>
			<pubDate>Sat, 31 Dec 2005 18:16:58 GMT</pubDate>
			<dc:creator>hypersoniq</dc:creator>
			<description><![CDATA[<p>Sub AddRows()  &#x27; a subroutine that can be referenced by the name AddRowsDim sh As Worksheet  &#x27; dim=dimension, used to declare a variable (sh) AS a data-type/object (Worksheet)Dim i As Long  &#x27;declare variable (i) as long data type (long = Long Integer, used when Integer is too small, values of Long data type are 32 bits where INT holds 16 bits</p>]]></description>
			<category>hypersoniq</category>
		</item>
		<item>
			<title>Reply #11</title>
			<link>https://www.lotterypost.com/thread/125591/509715</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/125591/509715</guid>
			<pubDate>Sat, 31 Dec 2005 18:14:56 GMT</pubDate>
			<dc:creator>lottaloot</dc:creator>
			<description><![CDATA[<p>So dim sh as worksheet is saying choose the entire worksheet???  dim i as long is saying that that the interger should be long (or expecting a bigger number than usual</p>]]></description>
			<category>lottaloot</category>
		</item>
		<item>
			<title>Reply #10</title>
			<link>https://www.lotterypost.com/thread/125591/509704</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/125591/509704</guid>
			<pubDate>Sat, 31 Dec 2005 17:59:36 GMT</pubDate>
			<dc:creator>truecritic</dc:creator>
			<description><![CDATA[<p>DIM is Dimension.  Used for a variable as an array.  Would assume the same applies to Excel.  I don&#x27;t program Excel, so I&#x27;ll let the experts provide more details.</p>]]></description>
			<category>truecritic</category>
		</item>
		<item>
			<title>Reply #9</title>
			<link>https://www.lotterypost.com/thread/125591/509686</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/125591/509686</guid>
			<pubDate>Sat, 31 Dec 2005 17:35:12 GMT</pubDate>
			<dc:creator>lottaloot</dc:creator>
			<description><![CDATA[<p>Does anyone know what this is actually saying???I know you are adding rows here. But what does the dimming mean?? Sub AddRows()Dim sh As WorksheetDim i As Long</p>]]></description>
			<category>lottaloot</category>
		</item>
		<item>
			<title>Reply #8</title>
			<link>https://www.lotterypost.com/thread/125591/508696</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/125591/508696</guid>
			<pubDate>Fri, 30 Dec 2005 12:25:21 GMT</pubDate>
			<dc:creator>truecritic</dc:creator>
			<description><![CDATA[<p>Problem is...2 yrs later and my comments don&#x27;t even make sense to me.</p>]]></description>
			<category>truecritic</category>
		</item>
		<item>
			<title>Reply #7</title>
			<link>https://www.lotterypost.com/thread/125591/508676</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/125591/508676</guid>
			<pubDate>Fri, 30 Dec 2005 10:58:30 GMT</pubDate>
			<dc:creator>hypersoniq</dc:creator>
			<description><![CDATA[<p>Sub DeleteBlankRows1()Dim i As Long  .Calculation = xlCalculationManual  .ScreenUpdating = False    For i = Selection.Rows.Count To 1 Step -1      If WorksheetFunction.CountA(Selection.Rows(i)) = 0 Then       Selection.Rows(i).EntireRow.Delete      End If    Next i      .Calculation = xlCalculationAutomatic      .ScreenUpdating = True    End WithEnd SubThe first version is easier to understand because of the comments, even though both accomplish the same task... commenting is just a good program... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/125591/508676">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>hypersoniq</category>
		</item>
		<item>
			<title>Reply #6</title>
			<link>https://www.lotterypost.com/thread/125591/508511</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/125591/508511</guid>
			<pubDate>Fri, 30 Dec 2005 03:18:18 GMT</pubDate>
			<dc:creator>lottaloot</dc:creator>
			<description><![CDATA[<p>I suppose that is a good idea</p>]]></description>
			<category>lottaloot</category>
		</item>
		<item>
			<title>Reply #5</title>
			<link>https://www.lotterypost.com/thread/125591/508495</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/125591/508495</guid>
			<pubDate>Fri, 30 Dec 2005 02:55:07 GMT</pubDate>
			<dc:creator>hareless</dc:creator>
			<description><![CDATA[<p>So you don&#x27;t execute the wrong per...Peo...I mean code.</p>]]></description>
			<category>hareless</category>
		</item>
		<item>
			<title>Reply #4</title>
			<link>https://www.lotterypost.com/thread/125591/508490</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/125591/508490</guid>
			<pubDate>Fri, 30 Dec 2005 02:51:48 GMT</pubDate>
			<dc:creator>paurths</dc:creator>
			<description><![CDATA[<p>Why was that again</p>]]></description>
			<category>paurths</category>
		</item>
		<item>
			<title>Reply #3</title>
			<link>https://www.lotterypost.com/thread/125591/508457</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/125591/508457</guid>
			<pubDate>Fri, 30 Dec 2005 02:10:12 GMT</pubDate>
			<dc:creator>hypersoniq</dc:creator>
			<description><![CDATA[<p>not a good idea to delete commentsactually you should add your own comment lines so in 2 years you remember WHY you used a particular piece of code.trust me on that...</p>]]></description>
			<category>hypersoniq</category>
		</item>
		<item>
			<title>Reply #2</title>
			<link>https://www.lotterypost.com/thread/125591/508445</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/125591/508445</guid>
			<pubDate>Fri, 30 Dec 2005 01:53:15 GMT</pubDate>
			<dc:creator>paurths</dc:creator>
			<description><![CDATA[<p>anything starting with    &#x27;    is considered as comment in VB, and will not be executed. (probably the wrong word... translation from dutch... sorry</p>]]></description>
			<category>paurths</category>
		</item>
		<item>
			<title>Reply #1</title>
			<link>https://www.lotterypost.com/thread/125591/508388</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/125591/508388</guid>
			<pubDate>Fri, 30 Dec 2005 00:06:37 GMT</pubDate>
			<dc:creator>lottaloot</dc:creator>
			<description><![CDATA[<p>You can actually delete the  we  statements as well as the statement below the sub procedure starting with  delete</p>]]></description>
			<category>lottaloot</category>
		</item>
		<item>
			<title>Visual Basic Applications in Excel</title>
			<link>https://www.lotterypost.com/thread/125591</link>
			<guid isPermaLink="true">https://www.lotterypost.com/thread/125591</guid>
			<pubDate>Fri, 30 Dec 2005 00:04:57 GMT</pubDate>
			<dc:creator>lottaloot</dc:creator>
			<description><![CDATA[<p>Found this interesting excel VBA at http://www.ozgrid.com/VBA/VBACode.htm  Thought someone might find a use for it.  Sub DeleteBlankRows1()&#x27;Deletes the entire row within the selection if the ENTIRE row contains no data.&#x27;We use Long in case they have over 32,767 rows selected.Dim i As Long    &#x27;We turn off calculation and screenupdating to speed up the macro.    With Application        .Calculation = xlCalculationManual        .ScreenUpdating = False          &#x27;We work backwards because we are dele... &#x5b;&#xa0;<a href="https://www.lotterypost.com/thread/125591">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>lottaloot</category>
		</item>
	</channel>
</rss>

