<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (C) 2001-2012 - Developer Shed, LLC. -->
<rss version="2.0">
<channel>
<title>Tutorialized.com - Latest Tutorial Listings For Macros</title>
<link>http://www.tutorialized.com/</link>
<description>Photoshop Tutorials and Flash Tutorials</description>
<language>en-us</language>
<lastBuildDate>Thu, 16 Feb 2012 04:42:18 -0500</lastBuildDate>
<pubDate>Thu, 16 Feb 2012 04:42:18 -0500</pubDate>
<item>
<title>Excel VBA Date and Time</title>
<pubDate>Fri, 03 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Excel-VBA-Date-and-Time/66673</link>
<description>
<![CDATA[This chapter explains how to get the year, month and day of an Excel VBA date, how to get the number of days between two dates, how to add a number of days to a date, how to get the current date and t...]]>
</description><guid>http://www.tutorialized.com/tutorial/Excel-VBA-Date-and-Time/66673</guid>
</item>
<item>
<title>Excel VBA Function and Sub</title>
<pubDate>Fri, 03 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Excel-VBA-Function-and-Sub/66672</link>
<description>
<![CDATA[The difference between a function and a sub in Excel VBA is that a function can return a value and a sub cannot. Functions and subs become very useful as program size increases.]]>
</description><guid>http://www.tutorialized.com/tutorial/Excel-VBA-Function-and-Sub/66672</guid>
</item>
<item>
<title>Excel VBA Loop</title>
<pubDate>Sat, 31 Oct 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Excel-VBA-Loop/62047</link>
<description>
<![CDATA[The Excel VBA Loop (or For Next loop) is a very useful programming statement which is often used in Excel VBA. First we will look at an easy example of how to loop through a one-dimensional range. You...]]>
</description><guid>http://www.tutorialized.com/tutorial/Excel-VBA-Loop/62047</guid>
</item>
<item>
<title>Excel VBA Range</title>
<pubDate>Sat, 31 Oct 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Excel-VBA-Range/61958</link>
<description>
<![CDATA[This tutorial explains the properties and methods of the very important Excel VBA Range object.]]>
</description><guid>http://www.tutorialized.com/tutorial/Excel-VBA-Range/61958</guid>
</item>
<item>
<title>Excel VBA Userform</title>
<pubDate>Sat, 31 Oct 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Excel-VBA-Userform/61810</link>
<description>
<![CDATA[This tutorial teaches you how to create an Excel VBA Userform (also known as a dialog box). You can download the Userform as well.]]>
</description><guid>http://www.tutorialized.com/tutorial/Excel-VBA-Userform/61810</guid>
</item>
<item>
<title>Excel VBA Variable</title>
<pubDate>Wed, 09 Dec 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Excel-VBA-Variable/62046</link>
<description>
<![CDATA[This tutorial teaches you how to declare, initialize and display an Excel VBA variable.]]>
</description><guid>http://www.tutorialized.com/tutorial/Excel-VBA-Variable/62046</guid>
</item>
<item>
<title>Creating Excel Custom Controls</title>
<pubDate>Mon, 07 Dec 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Creating-Excel-Custom-Controls/59638</link>
<description>
<![CDATA[The rest of this tutorial takes you through the three most common control types supported by the Ribbon interface: buttons, menus, and split buttons. You'll learn the RibbonX XML code required to add ...]]>
</description><guid>http://www.tutorialized.com/tutorial/Creating-Excel-Custom-Controls/59638</guid>
</item>
<item>
<title>Customizing the Office 2007 Ribbon</title>
<pubDate>Mon, 07 Dec 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Customizing-the-Office-2007-Ribbon/59526</link>
<description>
<![CDATA[This tutorial presents some techniques for making your macros more accessible. Learn how to enable your users to use familiar tools-namely, the Office 2007 Ribbon and its tabs, groups, and various but...]]>
</description><guid>http://www.tutorialized.com/tutorial/Customizing-the-Office-2007-Ribbon/59526</guid>
</item>
<item>
<title>Prevent Case Sensitivity in VBA Code</title>
<pubDate>Mon, 07 Dec 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Prevent-Case-Sensitivity-in-VBA-Code/59449</link>
<description>
<![CDATA[By default, Excel VBA code is case sensitive and uses what is known as binary comparisons. This means that it sees Cat and cat as two different words.]]>
</description><guid>http://www.tutorialized.com/tutorial/Prevent-Case-Sensitivity-in-VBA-Code/59449</guid>
</item>
<item>
<title>Display AutoFilter Criteria</title>
<pubDate>Mon, 07 Dec 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Display-AutoFilter-Criteria/59448</link>
<description>
<![CDATA[Use a custom function to display the criteria used for any column in a table with an AutoFilter applied.]]>
</description><guid>http://www.tutorialized.com/tutorial/Display-AutoFilter-Criteria/59448</guid>
</item>
<item>
<title>Force Text to Upper- or Proper Case</title>
<pubDate>Mon, 07 Dec 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Force-Text-to-Upper--or-Proper-Case/59447</link>
<description>
<![CDATA[Restrict all future entries in a spreadsheet or range of cells to uppercase or proper case only.]]>
</description><guid>http://www.tutorialized.com/tutorial/Force-Text-to-Upper--or-Proper-Case/59447</guid>
</item>
<item>
<title>Change Text to Upper- or Proper Case</title>
<pubDate>Mon, 07 Dec 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Change-Text-to-Upper--or-Proper-Case/59446</link>
<description>
<![CDATA[When using a built-in Excel function is impractical, you can use a custom macro to change any existing text to uppercase or proper case.]]>
</description><guid>http://www.tutorialized.com/tutorial/Change-Text-to-Upper--or-Proper-Case/59446</guid>
</item>
<item>
<title>Hide and Restore Toolbars in Excel</title>
<pubDate>Mon, 07 Dec 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Hide-and-Restore-Toolbars-in-Excel/59423</link>
<description>
<![CDATA[Attach a custom toolbar to your spreadsheet that doesn't get in the way of the end user's settings for other spreadsheets when yours is closed.]]>
</description><guid>http://www.tutorialized.com/tutorial/Hide-and-Restore-Toolbars-in-Excel/59423</guid>
</item>
<item>
<title>Convert Formula References from Relative to Absolute</title>
<pubDate>Mon, 07 Dec 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Convert-Formula-References-from-Relative-to-Absolute/59421</link>
<description>
<![CDATA[Change absolute formula references to relative references, vice versa, or a mix of absolute and relative columns and rows.]]>
</description><guid>http://www.tutorialized.com/tutorial/Convert-Formula-References-from-Relative-to-Absolute/59421</guid>
</item>
<item>
<title>Track and Report Changes in Excel</title>
<pubDate>Mon, 07 Dec 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Track-and-Report-Changes-in-Excel/59420</link>
<description>
<![CDATA[To overcome the limitations of the Track Changes feature, you can employ some help from Excel VBA and Excel's Change Events feature.]]>
</description><guid>http://www.tutorialized.com/tutorial/Track-and-Report-Changes-in-Excel/59420</guid>
</item>
</channel>
</rss>
