<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for McFarlan Enterprises LLC</title>
	<atom:link href="http://www.mcfarlanenterprises.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mcfarlanenterprises.com</link>
	<description>Internet Image Services in Grand Rapids, MI</description>
	<lastBuildDate>Thu, 15 Dec 2011 09:38:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Comment on Excel VBA: Adding unique items from a list to a userform combobox by Arun</title>
		<link>http://www.mcfarlanenterprises.com/88/excel-vba-adding-unique-items-from-a-list-to-a-userform-combobox/comment-page-1#comment-95</link>
		<dc:creator>Arun</dc:creator>
		<pubDate>Thu, 15 Dec 2011 09:38:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mcfarlanenterprises.com/?p=88#comment-95</guid>
		<description>This is the another option for you
Sub Button1_Click()
Dim i As Integer
Dim j As Integer
Dim Duplicate As Integer
Range(&quot;A1&quot;).Select
For i = 1 To ActiveCell.CurrentRegion.Rows.Count
    Duplicate = 0
    For j = i + 1 To ActiveCell.CurrentRegion.Rows.Count
        If Cells(i, 1).Value = Cells(j, 1).Value Then
            Duplicate = Duplicate + 1
        End If
        Next j
    If Duplicate = 0 Then
        UserForm1.ComboBox1.AddItem Cells(i, 1).Value
    End If
Next i
UserForm1.Show
End Sub</description>
		<content:encoded><![CDATA[<p>This is the another option for you<br />
Sub Button1_Click()<br />
Dim i As Integer<br />
Dim j As Integer<br />
Dim Duplicate As Integer<br />
Range(&#8220;A1&#8243;).Select<br />
For i = 1 To ActiveCell.CurrentRegion.Rows.Count<br />
    Duplicate = 0<br />
    For j = i + 1 To ActiveCell.CurrentRegion.Rows.Count<br />
        If Cells(i, 1).Value = Cells(j, 1).Value Then<br />
            Duplicate = Duplicate + 1<br />
        End If<br />
        Next j<br />
    If Duplicate = 0 Then<br />
        UserForm1.ComboBox1.AddItem Cells(i, 1).Value<br />
    End If<br />
Next i<br />
UserForm1.Show<br />
End Sub</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Excel VBA: Adding unique items from a list to a userform combobox by Dave</title>
		<link>http://www.mcfarlanenterprises.com/88/excel-vba-adding-unique-items-from-a-list-to-a-userform-combobox/comment-page-1#comment-94</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sat, 19 Feb 2011 16:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.mcfarlanenterprises.com/?p=88#comment-94</guid>
		<description>Dim rng As Range, c As Range, r As Range
Dim rws As Long, y As Integer

    rws = ActiveSheet.UsedRange.Columns(1).Rows.Count

    ComboBox1.Clear

    Set r = Range(Cells(1, 1), Cells(rws, 1))

    For Each c In r.Cells

   y = Application.WorksheetFunction.CountIf(Range(Cells(1, 1), Cells(c.Row, 1)), c)

        If y = 1 Then ComboBox1.AddItem c

    Next c
&#039;-----------------------No selecting cells required----------
davesexcel.com</description>
		<content:encoded><![CDATA[<p>Dim rng As Range, c As Range, r As Range<br />
Dim rws As Long, y As Integer</p>
<p>    rws = ActiveSheet.UsedRange.Columns(1).Rows.Count</p>
<p>    ComboBox1.Clear</p>
<p>    Set r = Range(Cells(1, 1), Cells(rws, 1))</p>
<p>    For Each c In r.Cells</p>
<p>   y = Application.WorksheetFunction.CountIf(Range(Cells(1, 1), Cells(c.Row, 1)), c)</p>
<p>        If y = 1 Then ComboBox1.AddItem c</p>
<p>    Next c<br />
&#8216;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;No selecting cells required&#8212;&#8212;&#8212;-<br />
davesexcel.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Optimizing Google Places Part 1: Starting a Business by Optimizing Google Places Part 2: Your Website &#124; McFarlan Enterprises LLC</title>
		<link>http://www.mcfarlanenterprises.com/113/optimizing-google-places-part-1-starting-a-business/comment-page-1#comment-83</link>
		<dc:creator>Optimizing Google Places Part 2: Your Website &#124; McFarlan Enterprises LLC</dc:creator>
		<pubDate>Wed, 08 Sep 2010 23:08:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.mcfarlanenterprises.com/?p=113#comment-83</guid>
		<description>[...] SEO, Website Design, and Business Solutions in Grand Rapids, MI   Skip to content About UsContact UsServices       &#171; Optimizing Google Places Part 1: Starting a Business [...]</description>
		<content:encoded><![CDATA[<p>[...] SEO, Website Design, and Business Solutions in Grand Rapids, MI   Skip to content About UsContact UsServices       &laquo; Optimizing Google Places Part 1: Starting a Business [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Services by New rate structure for our services &#124; McFarlan Enterprises</title>
		<link>http://www.mcfarlanenterprises.com/services/comment-page-1#comment-78</link>
		<dc:creator>New rate structure for our services &#124; McFarlan Enterprises</dc:creator>
		<pubDate>Mon, 07 Jun 2010 01:36:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.mcfarlanenterprises.com/?page_id=98#comment-78</guid>
		<description>[...] Design and Business Solutions in Grand Rapids, Michigan   Skip to content About UsContact UsServices       &#171; Excel VBA: Adding unique items from a list to a userform [...]</description>
		<content:encoded><![CDATA[<p>[...] Design and Business Solutions in Grand Rapids, Michigan   Skip to content About UsContact UsServices       &laquo; Excel VBA: Adding unique items from a list to a userform [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

