<?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: Programming Language of Choice</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2005/03/16/programming-language-of-choice/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2005/03/16/programming-language-of-choice/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Wed, 08 Feb 2012 23:58:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Charles Williams</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/03/16/programming-language-of-choice/#comment-9506</link>
		<dc:creator>Charles Williams</dc:creator>
		<pubDate>Fri, 18 Mar 2005 10:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1057#comment-9506</guid>
		<description>&lt;p&gt;I cannot believe Microsoft is crazy enough to prevent most of its largest customers from migrating to future versions of Office: so I am not worried about &quot;the future of VB/VBA&quot;.&lt;/p&gt;
&lt;p&gt;But my customers are always right: so if my customers want me to develop using VB.NET I will explain to them that at the moment developing office applications using vb.net is more difficult and hence more expensive and not my recommendation: but if they still want office.net thats OK for my profits.&lt;/p&gt;
&lt;p&gt;And if my customers are crazy enough to ask me to rewrite their existing apps (some of my customers have over 50K lines of VBA) the same scenario applies: explain this is not sensible then take the money if they insist.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I cannot believe Microsoft is crazy enough to prevent most of its largest customers from migrating to future versions of Office: so I am not worried about &#8220;the future of VB/VBA&#8221;.</p>
<p>But my customers are always right: so if my customers want me to develop using VB.NET I will explain to them that at the moment developing office applications using vb.net is more difficult and hence more expensive and not my recommendation: but if they still want office.net thats OK for my profits.</p>
<p>And if my customers are crazy enough to ask me to rewrite their existing apps (some of my customers have over 50K lines of VBA) the same scenario applies: explain this is not sensible then take the money if they insist.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis Wallentin</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/03/16/programming-language-of-choice/#comment-9487</link>
		<dc:creator>Dennis Wallentin</dc:creator>
		<pubDate>Thu, 17 Mar 2005 16:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1057#comment-9487</guid>
		<description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I do the following:&lt;/p&gt;
&lt;p&gt;# For simple applications to be used in productions-enviroment with &quot;stupid terminals&quot; I use Delphi 5.0.&lt;/p&gt;
&lt;p&gt;(Many times I compile the exe-file less then 350 kb and they don&#039;t not require 8 MB - 20 MB system / supportfiles to be installed).&lt;/p&gt;
&lt;p&gt;# For more advanced applications I use&lt;br&gt;
VB 6.0 or VB.NET depending on customer&#039;s choices.&lt;/p&gt;
&lt;p&gt;With one exception:&lt;br&gt;
If the application will automate / manipulate Excel I always recommend customers that we use VB 6.0 &lt;/p&gt;
&lt;p&gt;# For pure Excel / office-applications VBA and VB 6.0 for ActiveX DLLs.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br&gt;
Dennis&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I do the following:</p>
<p># For simple applications to be used in productions-enviroment with &#8220;stupid terminals&#8221; I use Delphi 5.0.</p>
<p>(Many times I compile the exe-file less then 350 kb and they don&#8217;t not require 8 MB &#8211; 20 MB system / supportfiles to be installed).</p>
<p># For more advanced applications I use<br />
VB 6.0 or VB.NET depending on customer&#8217;s choices.</p>
<p>With one exception:<br />
If the application will automate / manipulate Excel I always recommend customers that we use VB 6.0 </p>
<p># For pure Excel / office-applications VBA and VB 6.0 for ActiveX DLLs.</p>
<p>Kind regards,<br />
Dennis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jkpieterse</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/03/16/programming-language-of-choice/#comment-9484</link>
		<dc:creator>jkpieterse</dc:creator>
		<pubDate>Thu, 17 Mar 2005 08:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1057#comment-9484</guid>
		<description>&lt;p&gt;I guess it is all a matter of what public/clients/system you are writing applications for.&lt;/p&gt;
&lt;p&gt;I for one, write applications aimed at MS Office. Since a huge percentage of the clients I aim at hasn&#039;t upgraded to Office 2003 yet, learning .NET doesn&#039;t have a very high priority for me.&lt;/p&gt;
&lt;p&gt;VB6 and VBA are much better tools as it is right now anyway, when you&#039;re writing applications in/for Office.&lt;/p&gt;
&lt;p&gt;But as soon as large companies start adopting Office 2003 and want to have managed code for their (MS Office) applications, I&#039;m in trouble because I haven&#039;t had a look at things like VSTO yet.&lt;/p&gt;
&lt;p&gt;So it is on my list of things to do, because the only way to survive this business is to keep up with the developments. Whether I like it or not.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I guess it is all a matter of what public/clients/system you are writing applications for.</p>
<p>I for one, write applications aimed at MS Office. Since a huge percentage of the clients I aim at hasn&#8217;t upgraded to Office 2003 yet, learning .NET doesn&#8217;t have a very high priority for me.</p>
<p>VB6 and VBA are much better tools as it is right now anyway, when you&#8217;re writing applications in/for Office.</p>
<p>But as soon as large companies start adopting Office 2003 and want to have managed code for their (MS Office) applications, I&#8217;m in trouble because I haven&#8217;t had a look at things like VSTO yet.</p>
<p>So it is on my list of things to do, because the only way to survive this business is to keep up with the developments. Whether I like it or not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/03/16/programming-language-of-choice/#comment-9481</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Thu, 17 Mar 2005 06:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1057#comment-9481</guid>
		<description>&lt;p&gt;For many of us we&#039;re forced to write our Excel apps. in VBA whether we like it or not.  Excel 2000 and Excel 2002 (Excel XP?) still make up the largest customer base.  VSTO (Visual Studio Tools For Office) is how MS proposes people write Excel applications in .NET.   However VSTO only supports Excel 2003!!   I still have to support customers that are on Office 2000.&lt;/p&gt;
&lt;p&gt;Most clients have shunned Excel 2003 because they rightfully don&#039;t see a lot of new features unless they buy into Microsoft&#039;s other products (like Sharepoint).  MS has provided a poor migration path for existing Excel developers in my opinion.  I still can&#039;t see why VSTO could not have supported earlier versions of Excel.  &lt;/p&gt;
&lt;p&gt;I&#039;ve been successful in creating my own COM Interop layers for Office 2000 and controlling it from .NET, but the result isn&#039;t nearly as well packaged as what I can do with VBA internally.   If MS wants VBA developers to take .NET seriously they&#039;ve got to do better than VSTO and only offering support for the latest version of Excel.&lt;/p&gt;
&lt;p&gt;That having been said I&#039;ve adopted ASP.NET wholeheartedly for web development and in general I like the .NET environment.  I just think the integration with Office has been badly botched thus far.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>For many of us we&#8217;re forced to write our Excel apps. in VBA whether we like it or not.  Excel 2000 and Excel 2002 (Excel XP?) still make up the largest customer base.  VSTO (Visual Studio Tools For Office) is how MS proposes people write Excel applications in .NET.   However VSTO only supports Excel 2003!!   I still have to support customers that are on Office 2000.</p>
<p>Most clients have shunned Excel 2003 because they rightfully don&#8217;t see a lot of new features unless they buy into Microsoft&#8217;s other products (like Sharepoint).  MS has provided a poor migration path for existing Excel developers in my opinion.  I still can&#8217;t see why VSTO could not have supported earlier versions of Excel.  </p>
<p>I&#8217;ve been successful in creating my own COM Interop layers for Office 2000 and controlling it from .NET, but the result isn&#8217;t nearly as well packaged as what I can do with VBA internally.   If MS wants VBA developers to take .NET seriously they&#8217;ve got to do better than VSTO and only offering support for the latest version of Excel.</p>
<p>That having been said I&#8217;ve adopted ASP.NET wholeheartedly for web development and in general I like the .NET environment.  I just think the integration with Office has been badly botched thus far.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: doco</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/03/16/programming-language-of-choice/#comment-9479</link>
		<dc:creator>doco</dc:creator>
		<pubDate>Thu, 17 Mar 2005 02:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1057#comment-9479</guid>
		<description>&lt;p&gt;Hmmmmm...&lt;/p&gt;
&lt;p&gt;I am sure I am about to be misunderstood but I will give it a try.&lt;/p&gt;
&lt;p&gt;The only constant is change.  This is not likely to change (oxymoron?)  If it is a certainty that VB/VBA is on its way down, like it or not, move.  &lt;/p&gt;
&lt;p&gt;There is another proverb: sufficient to the day is the evil thereof.  In other words we cannot really know what 10 years will look like, so why fret about it today?  If .NET goes away in favor of .Hologram or ???? then we who are still around will have to - move.&lt;/p&gt;
&lt;p&gt;MY brother is a well known developer.  His claim is  &quot;I am only one manual ahead of my competition...&quot;&lt;/p&gt;
&lt;p&gt;Learn both VB/VBA and .NET - probably should anyway. &lt;/p&gt;
&lt;p&gt;After spending months of my free time studying .NET, my first assignment other than VB was C# - I knew little to nothing about it - but I found out real quick.&lt;/p&gt;
&lt;p&gt;I hate it but its the way it is.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hmmmmm&#8230;</p>
<p>I am sure I am about to be misunderstood but I will give it a try.</p>
<p>The only constant is change.  This is not likely to change (oxymoron?)  If it is a certainty that VB/VBA is on its way down, like it or not, move.  </p>
<p>There is another proverb: sufficient to the day is the evil thereof.  In other words we cannot really know what 10 years will look like, so why fret about it today?  If .NET goes away in favor of .Hologram or ???? then we who are still around will have to &#8211; move.</p>
<p>MY brother is a well known developer.  His claim is  &#8220;I am only one manual ahead of my competition&#8230;&#8221;</p>
<p>Learn both VB/VBA and .NET &#8211; probably should anyway. </p>
<p>After spending months of my free time studying .NET, my first assignment other than VB was C# &#8211; I knew little to nothing about it &#8211; but I found out real quick.</p>
<p>I hate it but its the way it is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toad</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/03/16/programming-language-of-choice/#comment-9471</link>
		<dc:creator>Toad</dc:creator>
		<pubDate>Wed, 16 Mar 2005 22:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1057#comment-9471</guid>
		<description>&lt;p&gt;English.&lt;/p&gt;
&lt;p&gt;I&#039;m worried, though, that I might have to switch to English.NET Studio++ if MS gets their way.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>English.</p>
<p>I&#8217;m worried, though, that I might have to switch to English.NET Studio++ if MS gets their way.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

