<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>太阳帆数据 Sunfine Data &#187; VBA/ASP</title>
	<atom:link href="http://www.sunfinedata.com/category/programming/vba-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sunfinedata.com</link>
	<description>Provides solutions on data analysis, software tutorials, hands-on instructions and tips</description>
	<lastBuildDate>Tue, 20 Jul 2010 19:33:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Return an array from a customized VBA function</title>
		<link>http://www.sunfinedata.com/data_analysis/return-an-array-from-a-customized-vba-function/</link>
		<comments>http://www.sunfinedata.com/data_analysis/return-an-array-from-a-customized-vba-function/#comments</comments>
		<pubDate>Mon, 03 May 2010 04:02:54 +0000</pubDate>
		<dc:creator>Zhanshan Dong</dc:creator>
				<category><![CDATA[Data analysis]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[VBA/ASP]]></category>
		<category><![CDATA[customized VBA function]]></category>
		<category><![CDATA[customized VBA worksheet function]]></category>
		<category><![CDATA[Excel VBA macro]]></category>
		<category><![CDATA[Microsoft Excel VBA function]]></category>
		<category><![CDATA[Return a column vector]]></category>
		<category><![CDATA[return a matrix]]></category>
		<category><![CDATA[return a row vector]]></category>

		<guid isPermaLink="false">http://www.sunfinedata.com/?p=815</guid>
		<description><![CDATA[Instruction You may use Visual Basic for Application for a while and wrote a lot of customized functions. I found majority of VBA users do not know how to use array as function arguments or return values in an array. Excel provides some of Worksheet functions that can return an array, such as &#8220;frequency&#8221;. For [...]]]></description>
		<wfw:commentRss>http://www.sunfinedata.com/data_analysis/return-an-array-from-a-customized-vba-function/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>An example of smooth interpolation</title>
		<link>http://www.sunfinedata.com/data_analysis/an-example-of-smooth-interpolation/</link>
		<comments>http://www.sunfinedata.com/data_analysis/an-example-of-smooth-interpolation/#comments</comments>
		<pubDate>Sun, 02 May 2010 21:39:20 +0000</pubDate>
		<dc:creator>Zhanshan Dong</dc:creator>
				<category><![CDATA[Data analysis]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[VBA/ASP]]></category>
		<category><![CDATA[algorithm]]></category>
		<category><![CDATA[cubic spline]]></category>
		<category><![CDATA[data interpolation]]></category>
		<category><![CDATA[data interpolation algorithm]]></category>
		<category><![CDATA[natural spline]]></category>
		<category><![CDATA[smooth data interpolation]]></category>
		<category><![CDATA[smoothing data points]]></category>
		<category><![CDATA[VBA code]]></category>

		<guid isPermaLink="false">http://www.sunfinedata.com/?p=805</guid>
		<description><![CDATA[Problem I have a data set that includes data values for several segments with equal length. These values can be considered as average values across the whole segments. The neighboring segments are not independent with each other. In reality, segments are artificially dissection of a longer segments. Let us consider that this object is a [...]]]></description>
		<wfw:commentRss>http://www.sunfinedata.com/data_analysis/an-example-of-smooth-interpolation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VBA function for multiple comparison</title>
		<link>http://www.sunfinedata.com/data_analysis/excel-data_analysis/vba-function-for-multiple-comparison/</link>
		<comments>http://www.sunfinedata.com/data_analysis/excel-data_analysis/vba-function-for-multiple-comparison/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 01:52:47 +0000</pubDate>
		<dc:creator>Zhanshan Dong</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[VBA/ASP]]></category>
		<category><![CDATA[multiple comparison]]></category>
		<category><![CDATA[VBA function]]></category>

		<guid isPermaLink="false">http://www.sunfinedata.com/?p=587</guid>
		<description><![CDATA[In SAS, lsmeans treatment /pdiff of PROC mixed or GLM output mean values and a matrix of probability values of all pair wise comparison. However, we have to create the traditional comparison table by ourselves. In order to automate the process, I developed a VBA function to do the job. The source code is the [...]]]></description>
		<wfw:commentRss>http://www.sunfinedata.com/data_analysis/excel-data_analysis/vba-function-for-multiple-comparison/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Display stock charts on your own website</title>
		<link>http://www.sunfinedata.com/graphing/display-stock-charts-on-your-own-website/</link>
		<comments>http://www.sunfinedata.com/graphing/display-stock-charts-on-your-own-website/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 17:12:17 +0000</pubDate>
		<dc:creator>Zhanshan Dong</dc:creator>
				<category><![CDATA[Graphing]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[VBA/ASP]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[open flash chart]]></category>
		<category><![CDATA[stock chart]]></category>
		<category><![CDATA[swf flash chart]]></category>
		<category><![CDATA[yahoo stock chart]]></category>

		<guid isPermaLink="false">http://www.sunfinedata.com/?p=573</guid>
		<description><![CDATA[Plain stock chart In searching an easy way to display stock charts on a web page hosted in a web server, two useful scripts were found on the internet: 1. Easy Yahoo stock chart ASP.NET Page 2. Displaying a daily chart for a ticker symbol Even the scripts were written in different languages, they use [...]]]></description>
		<wfw:commentRss>http://www.sunfinedata.com/graphing/display-stock-charts-on-your-own-website/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Online Notetaker &#8211; an ASP web application</title>
		<link>http://www.sunfinedata.com/programming/vba-programming/online-notetaker-an-asp-web-application/</link>
		<comments>http://www.sunfinedata.com/programming/vba-programming/online-notetaker-an-asp-web-application/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 04:50:02 +0000</pubDate>
		<dc:creator>Zhanshan Dong</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[VBA/ASP]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[MS Access]]></category>
		<category><![CDATA[online notetaker]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://www.sunfinedata.com/?p=467</guid>
		<description><![CDATA[I use internet a lot. You might be, too. Do you have a need to write something down when you are online and want to access it later on? I do. That is why that I wrote this web application. I call it Online NoteTaker because it is running under Web server IIS 4.0/5.0. Although [...]]]></description>
		<wfw:commentRss>http://www.sunfinedata.com/programming/vba-programming/online-notetaker-an-asp-web-application/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
