<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://ocotal.iarc.uaf.edu/index.php?action=history&amp;feed=atom&amp;title=Excel_Macro_Snow_Algo</id>
	<title>Excel Macro Snow Algo - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://ocotal.iarc.uaf.edu/index.php?action=history&amp;feed=atom&amp;title=Excel_Macro_Snow_Algo"/>
	<link rel="alternate" type="text/html" href="http://ocotal.iarc.uaf.edu/index.php?title=Excel_Macro_Snow_Algo&amp;action=history"/>
	<updated>2026-05-12T20:54:33Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>http://ocotal.iarc.uaf.edu/index.php?title=Excel_Macro_Snow_Algo&amp;diff=3818&amp;oldid=prev</id>
		<title>172.18.0.1: Created page with &quot;&lt;pre&gt; Option Explicit  Private Sub snowtest()     ' column A = Date     ' column C = Raw Data     ' column D =     Dim columnDate As Integer     Dim columnSDC As Integer     D...&quot;</title>
		<link rel="alternate" type="text/html" href="http://ocotal.iarc.uaf.edu/index.php?title=Excel_Macro_Snow_Algo&amp;diff=3818&amp;oldid=prev"/>
		<updated>2019-07-17T19:39:00Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;pre&amp;gt; Option Explicit  Private Sub snowtest()     &amp;#039; column A = Date     &amp;#039; column C = Raw Data     &amp;#039; column D =     Dim columnDate As Integer     Dim columnSDC As Integer     D...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
Option Explicit&lt;br /&gt;
&lt;br /&gt;
Private Sub snowtest()&lt;br /&gt;
    ' column A = Date&lt;br /&gt;
    ' column C = Raw Data&lt;br /&gt;
    ' column D =&lt;br /&gt;
    Dim columnDate As Integer&lt;br /&gt;
    Dim columnSDC As Integer&lt;br /&gt;
    Dim columnINFIL As Integer&lt;br /&gt;
    Dim columnADD As Integer&lt;br /&gt;
    Dim columnDEL As Integer&lt;br /&gt;
    Dim currow As Long&lt;br /&gt;
    Dim futureoffset As Long&lt;br /&gt;
    Dim curinfilval As Double&lt;br /&gt;
    Dim nextinfilval As Double&lt;br /&gt;
    Dim curSDCval As Double&lt;br /&gt;
    Dim futureSDCval As Double&lt;br /&gt;
    columnDate = 1&lt;br /&gt;
    columnDEL = 4&lt;br /&gt;
    columnADD = 5&lt;br /&gt;
    columnSDC = 6&lt;br /&gt;
    columnINFIL = 8&lt;br /&gt;
    currow = 5436&lt;br /&gt;
    futureoffset = 18 * 12 ' (12 measurements per hour, offset is +18 hours)&lt;br /&gt;
    Do While Worksheets(1).Cells(currow, columnADD).Value &amp;lt;&amp;gt; &amp;quot;end of season&amp;quot;&lt;br /&gt;
        curinfilval = Worksheets(1).Cells(currow, columnINFIL).Value&lt;br /&gt;
        nextinfilval = Worksheets(1).Cells(currow + 1, columnINFIL).Value&lt;br /&gt;
        curSDCval = Worksheets(1).Cells(currow, columnSDC).Value&lt;br /&gt;
        futureSDCval = Worksheets(1).Cells(currow + futureoffset, columnSDC).Value&lt;br /&gt;
        &lt;br /&gt;
    Loop&lt;br /&gt;
End Sub&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>172.18.0.1</name></author>
		
	</entry>
</feed>