<?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: The Future of VBA</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2005/10/07/the-future-of-vba/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2005/10/07/the-future-of-vba/</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: tim</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/10/07/the-future-of-vba/#comment-38505</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Sun, 15 Mar 2009 21:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1253#comment-38505</guid>
		<description>&lt;p&gt;hat tips to all the real experts in here - imho there is another non programmatic reason why it will be very difficult for MS to push VBA out entirely, though keeping it / adding in VSTA simultaneously hast seemed to be considered as an option (is that even technically feasible?)&lt;br&gt;
the other reason is purely financial. MS make their money licensing the software they develop - hence they need to do one of two things, sell more copies or force users to upgrade / buy new versions. in the last 2 upgrades especially (3 if you count office XP) there has been a massive slow down by large corporations in their uptake / upgrade speed of the new versions. I now of many large corporate clients now (including those on software assurance plans) that have slowed their upgrade speed to 3 and 4 years behind release dates. In other words they are still now only just upgrading from Office 2000 to office 2003. It will be 2010-2012 before many of these corporations start rolling out office 2007. - using the same logic - it will be 2014+ before they start rolling out the next version - and that still has VBA in it. Most large corporate customers will have numerous large VBA developments that are key LOB apps.&lt;br&gt;
I would predict that MS cannot and will not remove VBA for at least the next 2 versions simply because doing so would predictably slow that rollout lag even further. Put simply - they need the money.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hat tips to all the real experts in here &#8211; imho there is another non programmatic reason why it will be very difficult for MS to push VBA out entirely, though keeping it / adding in VSTA simultaneously hast seemed to be considered as an option (is that even technically feasible?)<br />
the other reason is purely financial. MS make their money licensing the software they develop &#8211; hence they need to do one of two things, sell more copies or force users to upgrade / buy new versions. in the last 2 upgrades especially (3 if you count office XP) there has been a massive slow down by large corporations in their uptake / upgrade speed of the new versions. I now of many large corporate clients now (including those on software assurance plans) that have slowed their upgrade speed to 3 and 4 years behind release dates. In other words they are still now only just upgrading from Office 2000 to office 2003. It will be 2010-2012 before many of these corporations start rolling out office 2007. &#8211; using the same logic &#8211; it will be 2014+ before they start rolling out the next version &#8211; and that still has VBA in it. Most large corporate customers will have numerous large VBA developments that are key LOB apps.<br />
I would predict that MS cannot and will not remove VBA for at least the next 2 versions simply because doing so would predictably slow that rollout lag even further. Put simply &#8211; they need the money.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ananda Sim</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/10/07/the-future-of-vba/#comment-38404</link>
		<dc:creator>Ananda Sim</dc:creator>
		<pubDate>Wed, 11 Mar 2009 01:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1253#comment-38404</guid>
		<description>&lt;p&gt;I don&#039;t envy Microsoft. IT is a constantly changing world, that is true. But right now, it&#039;s a hard time for Microsoft. Bill Gates has got outa there. Ballmer is in charge. And with a new Chief Technologist, brainy, like Ray Ozzie and Chief Nerd like Anders Hjelsberg - none of them are Bill and Bill pushed the company in the early years and went through Microsoft Basic for CPM/80, via GWBASIC via VB/DOS via VB6/Windows etc... Sure he wasn&#039;t the plumber for quite a while, but he rode shotgun for so long, championing BASIC.&lt;/p&gt;
&lt;p&gt;VB.NET or .NET is NOT BILL GATES BASIC. It is a new language, very C like, to the extent that the young kids ask why not C# instead? It tries to con you by using VB like commands like LEFT() but it is a different horse. It does think like VBA or VB6, you are advised to move on to new command equivalents and so on. It is not an end in itself, it is a scripting language to control that monster .NET framework from hell. I am migrating from .NET 1.1 to .NET 3.5 and the new tech is again one level different.&lt;/p&gt;
&lt;p&gt;Coming back to the Office dilemma - Office is an intewoven bunch of COM / ActiveX objects. It is not built on .NET. They don&#039;t know how to build a blow by blow equivalent in .NET. They either lost their documentation or never wrote it. Over the years, COM based Office has been extended and extended and extended. Some team has to re-engineer the beast in .NET. But at what cost, resource and time handicap? Is it suitable use of $$$ and resources to re-engineer a new Office in .NET which only just makes it the same feature equivalent? Like Office 95/Win95 was compared to Office 4.3/Win16. No - if you look at Office 2007 - there are a raft of feature enhancements including the Ribbon, Quick Parts in Word, Smart Tables in Excel, New Masters and Layouts and in Powerpoint, a whole new SmartShapes, Smart Charts shared module - they have again extended Office/COM instead of re-engineering it as Office/.NET. &lt;/p&gt;
&lt;p&gt;And as long as you have Office/COM, VBA is sweet. It is not a programmers language, it is a business man&#039;s language. It has superb interactive yet simple IDE and debugging. It has the minimum of conversion by Datatype Casting or esoteric PASS BY VALUE vs PASS BY REFERENCE concepts. Sure you can cobble on .NET in VSTO and satisfy the young hands who dream in C# or Java and feel they need a object oriented, leading edge language, but so far VSTO etc.. are EXTERNAL to Office, not built in. Can it be clothed to look as internal as VBA and stored inside the compound document object? Maybe, if the document is XML based.&lt;/p&gt;
&lt;p&gt;VBA is the upper hand Microsoft Office has over Star Office and Open Office. Essentially, a team of good programmers can make Open Office blow for blow equivalent to Microsoft Office, one version delayed. No big deal. But Open Office cannot equate to VBA because VBA is proprietary. They have a team translating VBA to some kludge of Open Office languages - a crude Basic, a Java like script etc... but it&#039;s not 100% or even 50% VBA.&lt;/p&gt;
&lt;p&gt;VBA is the reason why people use Excel. Take it away and there is no need to use Excel. You could use Open Office Calc. Or Google Calc.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I don&#8217;t envy Microsoft. IT is a constantly changing world, that is true. But right now, it&#8217;s a hard time for Microsoft. Bill Gates has got outa there. Ballmer is in charge. And with a new Chief Technologist, brainy, like Ray Ozzie and Chief Nerd like Anders Hjelsberg &#8211; none of them are Bill and Bill pushed the company in the early years and went through Microsoft Basic for CPM/80, via GWBASIC via VB/DOS via VB6/Windows etc&#8230; Sure he wasn&#8217;t the plumber for quite a while, but he rode shotgun for so long, championing BASIC.</p>
<p>VB.NET or .NET is NOT BILL GATES BASIC. It is a new language, very C like, to the extent that the young kids ask why not C# instead? It tries to con you by using VB like commands like LEFT() but it is a different horse. It does think like VBA or VB6, you are advised to move on to new command equivalents and so on. It is not an end in itself, it is a scripting language to control that monster .NET framework from hell. I am migrating from .NET 1.1 to .NET 3.5 and the new tech is again one level different.</p>
<p>Coming back to the Office dilemma &#8211; Office is an intewoven bunch of COM / ActiveX objects. It is not built on .NET. They don&#8217;t know how to build a blow by blow equivalent in .NET. They either lost their documentation or never wrote it. Over the years, COM based Office has been extended and extended and extended. Some team has to re-engineer the beast in .NET. But at what cost, resource and time handicap? Is it suitable use of $$$ and resources to re-engineer a new Office in .NET which only just makes it the same feature equivalent? Like Office 95/Win95 was compared to Office 4.3/Win16. No &#8211; if you look at Office 2007 &#8211; there are a raft of feature enhancements including the Ribbon, Quick Parts in Word, Smart Tables in Excel, New Masters and Layouts and in Powerpoint, a whole new SmartShapes, Smart Charts shared module &#8211; they have again extended Office/COM instead of re-engineering it as Office/.NET. </p>
<p>And as long as you have Office/COM, VBA is sweet. It is not a programmers language, it is a business man&#8217;s language. It has superb interactive yet simple IDE and debugging. It has the minimum of conversion by Datatype Casting or esoteric PASS BY VALUE vs PASS BY REFERENCE concepts. Sure you can cobble on .NET in VSTO and satisfy the young hands who dream in C# or Java and feel they need a object oriented, leading edge language, but so far VSTO etc.. are EXTERNAL to Office, not built in. Can it be clothed to look as internal as VBA and stored inside the compound document object? Maybe, if the document is XML based.</p>
<p>VBA is the upper hand Microsoft Office has over Star Office and Open Office. Essentially, a team of good programmers can make Open Office blow for blow equivalent to Microsoft Office, one version delayed. No big deal. But Open Office cannot equate to VBA because VBA is proprietary. They have a team translating VBA to some kludge of Open Office languages &#8211; a crude Basic, a Java like script etc&#8230; but it&#8217;s not 100% or even 50% VBA.</p>
<p>VBA is the reason why people use Excel. Take it away and there is no need to use Excel. You could use Open Office Calc. Or Google Calc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a2</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/10/07/the-future-of-vba/#comment-18936</link>
		<dc:creator>a2</dc:creator>
		<pubDate>Tue, 21 Feb 2006 07:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1253#comment-18936</guid>
		<description>&lt;p&gt;Comparison: Using VSTO with MS Office 2003 UI and Windows form based UI &lt;/p&gt;
&lt;p&gt;Using VSTO with MS Office 2003 UI&lt;/p&gt;
&lt;p&gt;?VSTO is a new MS office developer tool by which we can upgrade old VBA based MS Office documents to .NET based managed code application. This provides complete functionality to implement managed code advantages and use of any .NET languages like C# instead of only VBA in macro modules. This approach provides an incredibly rich set of libraries and functions for managing the user interface, communicating across the network, publishing and consuming XML Web Services, accessing the file system and relational databases, security and more.&lt;br&gt;
?Using VSTO one can develop UI using MS Office as front end. In this case VSTO code acts as code behind to Office Documents and templates.&lt;br&gt;
?Using VSTO one can add custom Action pane, Add-In menu or Windows form having Menu strip.&lt;/p&gt;
&lt;p&gt;Using VSTO with Windows forms UI &lt;/p&gt;
&lt;p&gt;?We can add VSTO class library in Widows form application. Using this approach we can use MS office (Word / Excel) as reporting tool without client side office installation requirement. But we can not use office as OLE object in VS 2005 forms to provide in-place editing with Word or Excel document. This is because MS Office is one MDI Application and windows form architecture does not support to make any other MDI UI to become its child form. In Visual Studio 2005 (Whidbey) there was one control named ActiveDocumentHost control which was aimed to act like OLE control but due unknown reason Microsoft did not include this control in final release of Visual Studio 2005.&lt;br&gt;
?Currently we can open office document in Windows form using Microsoft explorer control but this has many limitations like we can not edit office document as it is read only at run time. We can not use any MS Office API or VSTO library function to perform activities like insert table, delete text or bookmark.&lt;br&gt;
?We can add windows form in VSTO application (as a part of office document which can also act like data entry form for edited region) but we can not add Office as part of windows form&lt;br&gt;
?If we use MS explorer to view office document then for every new event performed by windows forms events on office document like inserting a table, deleting selected text one has to recreate word documents on the fly and reload in explorer.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Comparison: Using VSTO with MS Office 2003 UI and Windows form based UI </p>
<p>Using VSTO with MS Office 2003 UI</p>
<p>?VSTO is a new MS office developer tool by which we can upgrade old VBA based MS Office documents to .NET based managed code application. This provides complete functionality to implement managed code advantages and use of any .NET languages like C# instead of only VBA in macro modules. This approach provides an incredibly rich set of libraries and functions for managing the user interface, communicating across the network, publishing and consuming XML Web Services, accessing the file system and relational databases, security and more.<br />
?Using VSTO one can develop UI using MS Office as front end. In this case VSTO code acts as code behind to Office Documents and templates.<br />
?Using VSTO one can add custom Action pane, Add-In menu or Windows form having Menu strip.</p>
<p>Using VSTO with Windows forms UI </p>
<p>?We can add VSTO class library in Widows form application. Using this approach we can use MS office (Word / Excel) as reporting tool without client side office installation requirement. But we can not use office as OLE object in VS 2005 forms to provide in-place editing with Word or Excel document. This is because MS Office is one MDI Application and windows form architecture does not support to make any other MDI UI to become its child form. In Visual Studio 2005 (Whidbey) there was one control named ActiveDocumentHost control which was aimed to act like OLE control but due unknown reason Microsoft did not include this control in final release of Visual Studio 2005.<br />
?Currently we can open office document in Windows form using Microsoft explorer control but this has many limitations like we can not edit office document as it is read only at run time. We can not use any MS Office API or VSTO library function to perform activities like insert table, delete text or bookmark.<br />
?We can add windows form in VSTO application (as a part of office document which can also act like data entry form for edited region) but we can not add Office as part of windows form<br />
?If we use MS explorer to view office document then for every new event performed by windows forms events on office document like inserting a table, deleting selected text one has to recreate word documents on the fly and reload in explorer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Murphy</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/10/07/the-future-of-vba/#comment-16837</link>
		<dc:creator>Simon Murphy</dc:creator>
		<pubDate>Fri, 14 Oct 2005 21:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1253#comment-16837</guid>
		<description>&lt;p&gt;Mpemba don&#039;t get me wrong, I think VB6 support was dropped far too early, and I take your point about VB6 no longer for sale.  I was really thinking more about VBA v .net, as VB6 has been largely irrelevant for excel development.&lt;/p&gt;
&lt;p&gt;The .net language structure is developed to support full object orientation which leads to more understandable designs and code on larger projects, rather than just to add new functionality.&lt;/p&gt;
&lt;p&gt;In terms of when .net will be the &#039;norm&#039;, I would think around the time that most potential customers have the .net runtimes already installed, and a compatible version of Office.  Stephen suggests tail end of 2007, which sounds reasonable, I certainly can&#039;t see it before.  Unless Windows XP sp3 installs the runtimes to make deployment straightforward (and Office 12 take up is much quicker than recent versions).&lt;/p&gt;
&lt;p&gt;I think there is plenty of life still in VBA for anyone considering a career move.  If you are worried about change, and redundant skills, don&#039;t go into (business) software development.&lt;/p&gt;
&lt;p&gt;2Gb RAM is about right for VPC too&lt;br&gt;
cheers&lt;br&gt;
Simon&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Mpemba don&#8217;t get me wrong, I think VB6 support was dropped far too early, and I take your point about VB6 no longer for sale.  I was really thinking more about VBA v .net, as VB6 has been largely irrelevant for excel development.</p>
<p>The .net language structure is developed to support full object orientation which leads to more understandable designs and code on larger projects, rather than just to add new functionality.</p>
<p>In terms of when .net will be the &#8216;norm&#8217;, I would think around the time that most potential customers have the .net runtimes already installed, and a compatible version of Office.  Stephen suggests tail end of 2007, which sounds reasonable, I certainly can&#8217;t see it before.  Unless Windows XP sp3 installs the runtimes to make deployment straightforward (and Office 12 take up is much quicker than recent versions).</p>
<p>I think there is plenty of life still in VBA for anyone considering a career move.  If you are worried about change, and redundant skills, don&#8217;t go into (business) software development.</p>
<p>2Gb RAM is about right for VPC too<br />
cheers<br />
Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jkpieterse</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/10/07/the-future-of-vba/#comment-16785</link>
		<dc:creator>jkpieterse</dc:creator>
		<pubDate>Thu, 13 Oct 2005 13:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1253#comment-16785</guid>
		<description>&lt;p&gt;Mpemba: &quot;changing the design and arrangement of buttons is pap.&quot;&lt;/p&gt;
&lt;p&gt;I disagree, for the majority of the users it will be a blessing in disguise. So much functionality has been hidden from the user far too long. Not deliberately, but simply because the menu structure is far too complicated. Even I have to search menus when I need a specific feature in e.g. Word (which is not my area of expertise, but I use quite extensively). And remember: I often know some functionality is there and sometimes still have a hard time finding things. If you don&#039;t know its there, things will be even harder to find!&lt;/p&gt;
&lt;p&gt;Dennis: 2 GB Ram? hmm. I have 512 MB. Time for an upgrade I guess .&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Mpemba: &#8220;changing the design and arrangement of buttons is pap.&#8221;</p>
<p>I disagree, for the majority of the users it will be a blessing in disguise. So much functionality has been hidden from the user far too long. Not deliberately, but simply because the menu structure is far too complicated. Even I have to search menus when I need a specific feature in e.g. Word (which is not my area of expertise, but I use quite extensively). And remember: I often know some functionality is there and sometimes still have a hard time finding things. If you don&#8217;t know its there, things will be even harder to find!</p>
<p>Dennis: 2 GB Ram? hmm. I have 512 MB. Time for an upgrade I guess .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mpemba</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/10/07/the-future-of-vba/#comment-16780</link>
		<dc:creator>Mpemba</dc:creator>
		<pubDate>Thu, 13 Oct 2005 10:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1253#comment-16780</guid>
		<description>&lt;p&gt;&gt;2) 16-bit integer &lt;/p&gt;
&lt;p&gt;Doh!!!&lt;/p&gt;
&lt;p&gt;I meant 8-byte (64-bit) integer (without using currency type).&lt;/p&gt;
&lt;p&gt;You don&#039;t need to completely re-structure a language to add funtionality&lt;/p&gt;
&lt;p&gt;M&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&gt;2) 16-bit integer </p>
<p>Doh!!!</p>
<p>I meant 8-byte (64-bit) integer (without using currency type).</p>
<p>You don&#8217;t need to completely re-structure a language to add funtionality</p>
<p>M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XL-Dennis</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/10/07/the-future-of-vba/#comment-16779</link>
		<dc:creator>XL-Dennis</dc:creator>
		<pubDate>Thu, 13 Oct 2005 09:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1253#comment-16779</guid>
		<description>&lt;p&gt;JK - I don&#039;t know about VPC and memory but for vmWare it works excellent with &quot;only&quot; 2 GB RAM ;)&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br&gt;
Dennis&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>JK &#8211; I don&#8217;t know about VPC and memory but for vmWare it works excellent with &#8220;only&#8221; 2 GB RAM <img src='http://www.dailydoseofexcel.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Kind regards,<br />
Dennis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mpemba</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/10/07/the-future-of-vba/#comment-16777</link>
		<dc:creator>Mpemba</dc:creator>
		<pubDate>Thu, 13 Oct 2005 08:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1253#comment-16777</guid>
		<description>&lt;p&gt;&gt;life is a compromise of progress v backwards &gt;compatibility. .net has significant advantages&lt;br&gt;
It may well do.&lt;br&gt;
But there are significant advantages for customers in not being &quot;forced&quot; to rewrite code in order to just stand still.&lt;/p&gt;
&lt;p&gt;Many of the forced changes in VB.net for instance were unnecessary for progress. Others represent truly enhanced functionality.  There is a difference.&lt;/p&gt;
&lt;p&gt;&gt;Customers can choose which technology works best&lt;br&gt;
&gt;for them, which seems pretty good to me.&lt;br&gt;
Yes, indeed, choose.&lt;br&gt;
To get a new licenced copy of VB6 were had the right to choose to switch to VB.net or go to ebay.  Microsoft did not &quot;allow&quot; the old product to compete for long. They did allow the &quot;downgrade route&quot;.&lt;/p&gt;
&lt;p&gt;The irony of the &quot;illusion of progress&quot; paragigm is than in my field, numerical analysis, most code in use today is still written in either Fortran or ports of that Fortran to C.  It works today as well as it did when it was originly written 25-y ago and gives correct results (unlike my spelling).&lt;/p&gt;
&lt;p&gt;Don&#039;t get me wrong: I love Excel. I want Excel to expand (particularly in a positive direction: 1) more rows and colums is good. 2) 16-bit integer and double-double precision floats would be great.  OTOH changing the design and arrangement of buttons is pap.&lt;/p&gt;
&lt;p&gt;M&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&gt;life is a compromise of progress v backwards &gt;compatibility. .net has significant advantages<br />
It may well do.<br />
But there are significant advantages for customers in not being &#8220;forced&#8221; to rewrite code in order to just stand still.</p>
<p>Many of the forced changes in VB.net for instance were unnecessary for progress. Others represent truly enhanced functionality.  There is a difference.</p>
<p>&gt;Customers can choose which technology works best<br />
&gt;for them, which seems pretty good to me.<br />
Yes, indeed, choose.<br />
To get a new licenced copy of VB6 were had the right to choose to switch to VB.net or go to ebay.  Microsoft did not &#8220;allow&#8221; the old product to compete for long. They did allow the &#8220;downgrade route&#8221;.</p>
<p>The irony of the &#8220;illusion of progress&#8221; paragigm is than in my field, numerical analysis, most code in use today is still written in either Fortran or ports of that Fortran to C.  It works today as well as it did when it was originly written 25-y ago and gives correct results (unlike my spelling).</p>
<p>Don&#8217;t get me wrong: I love Excel. I want Excel to expand (particularly in a positive direction: 1) more rows and colums is good. 2) 16-bit integer and double-double precision floats would be great.  OTOH changing the design and arrangement of buttons is pap.</p>
<p>M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob van Gelder</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/10/07/the-future-of-vba/#comment-16775</link>
		<dc:creator>Rob van Gelder</dc:creator>
		<pubDate>Thu, 13 Oct 2005 08:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1253#comment-16775</guid>
		<description>&lt;p&gt;JK,&lt;/p&gt;
&lt;p&gt;Virtual PC is great isn&#039;t it?&lt;/p&gt;
&lt;p&gt;I maintain an application written in an older version of Oracle Forms... occasionally.&lt;br&gt;
The installation of Oracle Forms is straightforward, if you don&#039;t already have a later version installed. If you mix newer and older versions it can give you headaches - kind of like mixing versions of Excel I guess (not that I&#039;ve ever done that).&lt;/p&gt;
&lt;p&gt;Not long ago I discovered Virtual PC, and all my install problems were over.&lt;br&gt;
I dont have to worry about my new version clashing with the old. I just keep the old version in a Virtual PC.&lt;/p&gt;
&lt;p&gt;I&#039;ve been very impressed with the features, screen resizing, performance, drive mappings, networking.&lt;/p&gt;
&lt;p&gt;Again, it&#039;s great!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>JK,</p>
<p>Virtual PC is great isn&#8217;t it?</p>
<p>I maintain an application written in an older version of Oracle Forms&#8230; occasionally.<br />
The installation of Oracle Forms is straightforward, if you don&#8217;t already have a later version installed. If you mix newer and older versions it can give you headaches &#8211; kind of like mixing versions of Excel I guess (not that I&#8217;ve ever done that).</p>
<p>Not long ago I discovered Virtual PC, and all my install problems were over.<br />
I dont have to worry about my new version clashing with the old. I just keep the old version in a Virtual PC.</p>
<p>I&#8217;ve been very impressed with the features, screen resizing, performance, drive mappings, networking.</p>
<p>Again, it&#8217;s great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jkpieterse</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/10/07/the-future-of-vba/#comment-16773</link>
		<dc:creator>jkpieterse</dc:creator>
		<pubDate>Thu, 13 Oct 2005 07:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1253#comment-16773</guid>
		<description>&lt;p&gt;Dennis: VPC (since that is free for me ).&lt;br&gt;
Machine is up and running now. SLow though. I need more RAM.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dennis: VPC (since that is free for me ).<br />
Machine is up and running now. SLow though. I need more RAM.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

