<?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 on: UserForm Controls</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2006/08/30/userform-controls/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2006/08/30/userform-controls/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 19:28:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Harald Staff</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/08/30/userform-controls/#comment-40255</link>
		<dc:creator>Harald Staff</dc:creator>
		<pubDate>Thu, 16 Jul 2009 17:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1493#comment-40255</guid>
		<description>&lt;p&gt;Hi rana&lt;/p&gt;
&lt;p&gt;I think it&#039;s like this: When you put something onto a userform then the user is most often, at least in theory, able to modify the form and the code. Meaning that the user needs a &quot;developer license&quot; to use the control. When used in a compiled app, an exe or dll, then a runtime installation is sufficient; properly registered in windows/system32 and that&#039;s it.&lt;/p&gt;
&lt;p&gt;So I agree with John, Jon &amp; others; Don&#039;t. Write your own dtpicker using the standard Forms2 controls and nothing else. DLL hell exists.&lt;/p&gt;
&lt;p&gt;Best wishes Harald&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi rana</p>
<p>I think it&#8217;s like this: When you put something onto a userform then the user is most often, at least in theory, able to modify the form and the code. Meaning that the user needs a &#8220;developer license&#8221; to use the control. When used in a compiled app, an exe or dll, then a runtime installation is sufficient; properly registered in windows/system32 and that&#8217;s it.</p>
<p>So I agree with John, Jon &amp; others; Don&#8217;t. Write your own dtpicker using the standard Forms2 controls and nothing else. DLL hell exists.</p>
<p>Best wishes Harald</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rana</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/08/30/userform-controls/#comment-40246</link>
		<dc:creator>rana</dc:creator>
		<pubDate>Wed, 15 Jul 2009 09:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1493#comment-40246</guid>
		<description>&lt;p&gt;HI,&lt;/p&gt;
&lt;p&gt;I prepared the user form with DTPicker, so far on my PC its working fine. i sent this form to install in another machine. he couldn&#039;t able to install. he got the error &quot;could not load an object because it is not avaiable on this machine. then i checked his registry key and mscomct2.ocx everything in that machine. i did change key but still i got the same error&lt;/p&gt;
&lt;p&gt;any one please if you have got idea&lt;/p&gt;
&lt;p&gt;thanks&lt;br&gt;
rana&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>HI,</p>
<p>I prepared the user form with DTPicker, so far on my PC its working fine. i sent this form to install in another machine. he couldn&#8217;t able to install. he got the error &#8220;could not load an object because it is not avaiable on this machine. then i checked his registry key and mscomct2.ocx everything in that machine. i did change key but still i got the same error</p>
<p>any one please if you have got idea</p>
<p>thanks<br />
rana</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RJS</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/08/30/userform-controls/#comment-32039</link>
		<dc:creator>RJS</dc:creator>
		<pubDate>Fri, 25 Apr 2008 21:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1493#comment-32039</guid>
		<description>&lt;p&gt;Does anyone know how to add DTPicker on the fly in VBA code like John Walkenbach does in his data form with combo and text boxes?  The issue seems to be how to refer to it in the controls.add(something)line.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Does anyone know how to add DTPicker on the fly in VBA code like John Walkenbach does in his data form with combo and text boxes?  The issue seems to be how to refer to it in the controls.add(something)line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joana Simoes</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/08/30/userform-controls/#comment-22924</link>
		<dc:creator>Joana Simoes</dc:creator>
		<pubDate>Fri, 30 Mar 2007 14:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1493#comment-22924</guid>
		<description>&lt;p&gt;Hello.&lt;/p&gt;
&lt;p&gt;I&#039;ve been using Microsoft Chart 11.0 in an userform. I thought it worked just fine, but then someone tryed it in a different computer and it didn&#039;t work...&lt;/p&gt;
&lt;p&gt;&quot;Object could not be loaded&quot;...&lt;/p&gt;
&lt;p&gt;Does anyone know of a way to solve this? Should I use a previous version of Microsoft Chart?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;J&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello.</p>
<p>I&#8217;ve been using Microsoft Chart 11.0 in an userform. I thought it worked just fine, but then someone tryed it in a different computer and it didn&#8217;t work&#8230;</p>
<p>&#8220;Object could not be loaded&#8221;&#8230;</p>
<p>Does anyone know of a way to solve this? Should I use a previous version of Microsoft Chart?</p>
<p>Thanks.</p>
<p>J</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nile</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/08/30/userform-controls/#comment-20832</link>
		<dc:creator>Nile</dc:creator>
		<pubDate>Tue, 05 Sep 2006 09:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1493#comment-20832</guid>
		<description>&lt;p&gt;Way back in the days of Office &#039;97 and the struggle with SR-1 and SR-2 releases you&#039;d never use a control out of comctl32. Version 5.0 or 6.0? Either way, it never worked on half the user boxes.&lt;/p&gt;
&lt;p&gt;That was then and this is now: I have no trouble with Calendars, ListView, TreeView and ImageList controls in Excel 2002, even though Systems are no better at maintaining a uniform desktop &#039;build&#039;, nearly a decade later.&lt;/p&gt;
&lt;p&gt;N&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Way back in the days of Office &#8217;97 and the struggle with SR-1 and SR-2 releases you&#8217;d never use a control out of comctl32. Version 5.0 or 6.0? Either way, it never worked on half the user boxes.</p>
<p>That was then and this is now: I have no trouble with Calendars, ListView, TreeView and ImageList controls in Excel 2002, even though Systems are no better at maintaining a uniform desktop &#8216;build&#8217;, nearly a decade later.</p>
<p>N</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Thomlinson</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/08/30/userform-controls/#comment-20811</link>
		<dc:creator>Jim Thomlinson</dc:creator>
		<pubDate>Fri, 01 Sep 2006 23:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1493#comment-20811</guid>
		<description>&lt;p&gt;I have used some of these controls successfully but they always leave me with that impending sense of doom. The one thing I make sure to do is to leave them as &quot;stock&quot; as possible. That includes changing colours or formats or whatever else they can do. I figure that they are probably reasonably well tested in their default configurations. If you start gettin fancy then... BOOM...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have used some of these controls successfully but they always leave me with that impending sense of doom. The one thing I make sure to do is to leave them as &#8220;stock&#8221; as possible. That includes changing colours or formats or whatever else they can do. I figure that they are probably reasonably well tested in their default configurations. If you start gettin fancy then&#8230; BOOM&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Murphy</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/08/30/userform-controls/#comment-20810</link>
		<dc:creator>Simon Murphy</dc:creator>
		<pubDate>Fri, 01 Sep 2006 09:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1493#comment-20810</guid>
		<description>&lt;p&gt;I agree on the KISS suff.&lt;br&gt;
I have had problems with the common controls (rich text box) due to operating system differences. In distributed tools, as soon as you get out of &#039;pure&#039; Excel/VBA you need to consider installation which is a whole other project.&lt;/p&gt;
&lt;p&gt;The Automation option is from xp onwards, it allows you to add user defined functions written in COM type add-ins in VB6/.net etc. These can then be used directly in cells, in 2k and before you needed a VBA wrapper.&lt;/p&gt;
&lt;p&gt;Cheers&lt;br&gt;
Simon&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I agree on the KISS suff.<br />
I have had problems with the common controls (rich text box) due to operating system differences. In distributed tools, as soon as you get out of &#8216;pure&#8217; Excel/VBA you need to consider installation which is a whole other project.</p>
<p>The Automation option is from xp onwards, it allows you to add user defined functions written in COM type add-ins in VB6/.net etc. These can then be used directly in cells, in 2k and before you needed a VBA wrapper.</p>
<p>Cheers<br />
Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XL-Dennis</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/08/30/userform-controls/#comment-20809</link>
		<dc:creator>XL-Dennis</dc:creator>
		<pubDate>Fri, 01 Sep 2006 09:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1493#comment-20809</guid>
		<description>&lt;p&gt;As long as Windows is shipped with the collection of Windows Common Controls then it&#039;s OK to use them. Will the final version of Vista include the collection?&lt;/p&gt;
&lt;p&gt;Kanwaljit:&lt;br&gt;
&#039;Automation&#039; refer to Automation add-ins. This kind of add-ins include User Defined Functions and are created with other development tools then with VBA.&lt;/p&gt;
&lt;p&gt;The following KB-article gives more insight about them:&lt;br&gt;
INFO: Excel COM Add-ins and Automation Add-ins&lt;br&gt;
&lt;a href=&quot;http://support.microsoft.com/default.aspx?scid=kb;en-us;291392&quot; rel=&quot;nofollow&quot;&gt;http://support.microsoft.com/default.aspx?scid=kb;en-us;291392&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br&gt;
Dennis&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>As long as Windows is shipped with the collection of Windows Common Controls then it&#8217;s OK to use them. Will the final version of Vista include the collection?</p>
<p>Kanwaljit:<br />
&#8216;Automation&#8217; refer to Automation add-ins. This kind of add-ins include User Defined Functions and are created with other development tools then with VBA.</p>
<p>The following KB-article gives more insight about them:<br />
INFO: Excel COM Add-ins and Automation Add-ins<br />
<a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;291392" rel="nofollow">http://support.microsoft.com/default.aspx?scid=kb;en-us;291392</a></p>
<p>Kind regards,<br />
Dennis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 007-kanwal</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/08/30/userform-controls/#comment-20808</link>
		<dc:creator>007-kanwal</dc:creator>
		<pubDate>Fri, 01 Sep 2006 07:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1493#comment-20808</guid>
		<description>&lt;p&gt;Hi,&lt;br&gt;
In Excel - Add ins screen there is an option of &quot;Automation&quot;. I could never make out What is it all about ?&lt;/p&gt;
&lt;p&gt;Regards&lt;br&gt;
Kanwaljit&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,<br />
In Excel &#8211; Add ins screen there is an option of &#8220;Automation&#8221;. I could never make out What is it all about ?</p>
<p>Regards<br />
Kanwaljit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jkpieterse</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/08/30/userform-controls/#comment-20807</link>
		<dc:creator>jkpieterse</dc:creator>
		<pubDate>Fri, 01 Sep 2006 05:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1493#comment-20807</guid>
		<description>&lt;p&gt;John: No problems reported yet with Name Manager (which as I said uses the treeview). I guess the ones from the common control lib are relatively safe.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>John: No problems reported yet with Name Manager (which as I said uses the treeview). I guess the ones from the common control lib are relatively safe.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

