Slashdot Log In
Microsoft Says VBA Is Here To Stay
Posted by
kdawson
on Fri Jan 18, 2008 09:24 AM
from the thought-we'd-seen-the-back-of-it dept.
from the thought-we'd-seen-the-back-of-it dept.
Angostura writes "Microsoft's team blog for Microsoft Excel and Excel Services has responded with a denial to the earlier report that Visual Basic for Applications will disappear from Windows Office in 2009. The Slashdot discussion on the report on Tuesday got pretty animated."
Related Stories
[+]
VBA Going Away, Macs Now, PCs Soon 255 comments
Nom du Keyboard writes "As Microsoft drops support for older Office file formats, it looks like Visual Basic for Applications is also going soon. Mac Office 2008 has dropped VBA in favor of enhanced support for AppleScript, and Office 2009 is scheduled to lose it in favor of Mac incompatible Visual Studio Tools for Applications (VSTA) or Visual Studio Tools for Office (VSTO). This sounds like the Mother of All Backwards and Cross-Platform Incompatibilities — especially since there appears to be no transition period where both the old and new scripting languages will be simultaneously supported. And as past experience with Visual Studio .NET has shown, upgrade tools are far less than perfect."
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading... please wait.
So Microsoft is at least still a *little* evil (Score:5, Funny)
Re: (Score:2, Interesting)
Re: (Score:2)
That is actually quite funny!
InnerWeb
Re: (Score:3, Insightful)
In any case, with the number of people involved in frobnicating the decision, there really isn't a need to label anyone a liar. Policies are variables, not constants, and get new values assigned to them frequently during business execution.
Re:So Microsoft is at least still a *little* evil (Score:5, Informative)
Parent
Re: (Score:3, Insightful)
Re: (Score:3, Interesting)
Then the asshats at M$ wanted to make more money selling software licences for Bills baby, VBA, so fuck all the customers using sp
Re: (Score:2)
http://it.slashdot.org/article.pl?sid=08/01/17/1553206 [slashdot.org]
that was a close one. (Score:5, Insightful)
ISOfication of OOXML vs VBA (Score:5, Interesting)
Else, after ISO approval is sought and obtained, MS might claim it is deprecated but still provide support in Office..... either way, confused times ahead for the Office cash cow, methinks.
Re:ISOfication of OOXML vs VBA (Score:5, Insightful)
If history is any judge, many VBA apps will one day not work in future versions of Office anyhow. MSFT does plenty to break compatibility between releases. In fact, some VBA apps developed for Office 97 won't work on Office 2000 or later.
Parent
Re:ISOfication of OOXML vs VBA (Score:4, Insightful)
Actually, that should happen sooner rather than later, so this announcement is a retrograde step.
DDE, OLE, COM and DCOM are fundamentally flawed models which were developed in a much less fraught security environment than we have now. VBA is heavily tied into that same flawed architecture.
Microsoft has tried to address the exposures by disabling macros by default in Office, but the control they provide isn't fine-grained enough to do more than pass the buck to the customers who have to enable the lower security levels to get their documents working.
They do have an answer in .NET, but until Office is re-written for that platform, and until there's some sort of converter for the massive collection of existing VBA to VBA.NET, they're stuck with the risky and clunky security fix.
Parent
Re: (Score:2)
And in a much more resource-constrained environment. There were definitely models that worked much better, such as CORBA, SOM, etc., but doing things right consumes a lot more resources, so tends to be less performant. It's only when we got gobs of extra computing power, bandwidth, etc., that we're able to make interfaces that are both secure and performant. I suspect i
Re: (Score:3, Informative)
We're smarter now and we typically make web apps, but when Excel 5.0 (IIRC) came out with VBA, it was like geek crack. We made so many VBA macros that it seems like that was all I did for a few years. Now, practically our whole measurement lab relies on VBA in some way or another. It would be quite a bit of work to re-write all of those li
Re: (Score:2)
Re: (Score:2)
I don't think there is any reason VBA cannot be part of the standard, as long as it itself is standardized. There is no reason that this tool should be removed because of dumb users. The default setting in office is to not allow macros and if you want to use them you have to turn them on, I'm perfectly fine with that.
Re: (Score:2)
Surely the only sensible place to implement a macro runtime is in the application itself, and just use a meta-object to store the code in the doc itself...? Wouldn't it make more sense for the doc to just have a standardidsed API that any macro-enabled application that supported the format could interact with?
Apologies if this is already what it does, but saying "removing support for VBA from OOXML" seems to suggest that OOXML needs to ha
Of course,MS is catering to their real customers (Score:5, Interesting)
Interestingly enough:...
Looks like MS may be crippling the Mac version to stop enterprises from moving on from Windows.
Re:Of course,MS is catering to their real customer (Score:4, Insightful)
Vista needs some competitive advantage over MacOS X, I guess. Since OpenOffice supports it, though, I suspect most Mac users would rather give up MS Office than MacOS when possible. Considering the Mac is growing 2-3x the industry rate, tying Office to Windows in this manner is just Microsoft nailing one more nail in their own coffin.
Parent
Re: (Score:2)
Re: (Score:3, Informative)
Re: (Score:2)
That's not the problem (Score:4, Insightful)
They want the damn ribbon to go away!
Re: (Score:3, Informative)
Whether we like it or not VB is
VBA for Mac (Score:5, Interesting)
Re: (Score:2)
Unless, maybe, openoffice support of VB/VBA is decent.
Would have been a mixed blessing (Score:4, Insightful)
I absolutely hate VBA but it's conflicted because I've made so much money untangling some spaghetti coded VBA nightmare cobbled together as a spare time project that became a legacy application no one can live without.
Hate the language, love the money from fixing it.
Re: (Score:2)
And the money train keeps chugging along...
Actually, no. Did you RTFA before submitting? (Score:5, Informative)
Am I missing something here?
Re:Actually, no. Did you RTFA before submitting? (Score:4, Insightful)
"The facts you cited are right - but your logical conclusion was wrong. We're Microsoft and we are not bound by logic."
Basically.
=tkk
Parent
Re: (Score:3, Informative)
Re: (Score:2)
The way I read it, the message is "If you're on Windows and depend on VBA, don't worry - you can still upgrade to the latest version of Office (for Windows). That said, we're strongly discouraging future VBA development."
How about using .Net? (Score:4, Insightful)
Since
Most of the work is in fact already done. The Microsoft.Office.* hierarchy already exists in
Re: (Score:3, Interesting)
Re:How about using .Net? (Score:4, Informative)
Parent
Still... (Score:3, Insightful)
Or Mac users could refuse en masse to "upgrade" to this "downgrade".
Boggled (Score:5, Insightful)
http://www.schwieb.com/blog/2006/08/08/saying-goodbye-to-visual-basic/ [schwieb.com]
Which makes it very clear that there are good technological reasons for dropping it. Or, at least, it's going to be such a huge amount of work to bring it natively to Intel that it's not worth it to MS.
I mean, sure, some people at MS may be happy about it vanishing, but it doesn't sound like a conspiracy to me...
Embrace, Extend, Extinguish (Score:3, Insightful)
At one time in the past, Microsoft considered it worthwhile to port VBA from Intel and Win32 to PowerPC and the Classic Mac Toolbox.
Today, it's too much effort to either 1) update the existing VBA engine or 2. Replicate the previous clean-sheet effort. Despite the fact that the Mac is growing in market share, and Office sales are very healthy [microsoft-watch.com] --something that could hardly be said back in the l
I somehow don't believe it (Score:2)
If VBA is actually here to stay, I say the telltale sign will be if VBA support is included in the NEXT version of Mac Office X. That is called backtracking.
My thoughts in lyrical form (Score:3, Funny)
http://www.youtube.com/watch?v=EwTZ2xpQwpA [youtube.com]
(If you don't know, now you know)
VBA
So many people writing code in vain
VBA
Debugging apps is really quite a pain
VBA
Microsoft says it will not support
VBA
To C#, functionality we'll port
VBA
No rhyme or reason to deploy this mess
VBA
A seasoned coder really could care less
VBA
Slashdot will flame Microsoft either way
VBA
Now I'm confused why it is here to stay
May Deny But Intentions Are Clear (Score:2, Interesting)
VBScript is the core language of VBA and was the only extant language omitted with the release of .NET. Microsoft's language development groups didn't want to support the language - classic VB and VBA were held to be hacks. So it was proposed that VB/VBA be killed.
In a most unusual display of synchronicity, Microsoft's marketing group also wanted VBScript killed because:
Re: (Score:2)
If it's 'here to stay'... (Score:2)
Re: (Score:2)
Cue the Yack-son 5 (Score:2, Funny)
Easy as one, two, thray,
Do arrays the mangled way,
Rather Python any day,
Market penetration means you stay,
OK, this post is turni--
Mod AC Up (Score:2)
Re: (Score:3, Informative)
Re: (Score:2)
Who composed in a god-awful manner
With hardly a rhyme
Or awareness of time
He'd do well with some Lear and a scanner!
Re: (Score:3, Insightful)
Re: (Score:2)
No, it's not.