+ Reply to Thread
Results 1 to 14 of 14

HTML5 and Javascript is replacing VBA in Office

  1. #1
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    HTML5 and Javascript is replacing VBA in Office

    Just found this article http://www.southgeek.me/2011/08/divo...-office-suite/

    I really hope it doesn't happen. If they do that's another language I have to pick up all over again.

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Anyone know about this? HTML5 and Javascript is replacing VBA in the office produ

    Doesn't seem to imply VBA will no longer "work".
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: Anyone know about this? HTML5 and Javascript is replacing VBA in the office produ

    What I interpret is Microsoft is trying to phase out VBA/VB.Net in the future and focus on the development of Javascript and HTML5. In theory it is not a bad thing, but I do hope that they will keep VBA running as it has been around for a long time and my job depends on it.

  4. #4
    Forum Expert OnErrorGoto0's Avatar
    Join Date
    12-30-2011
    Location
    I DO NOT POST HERE ANYMORE
    MS-Off Ver
    I DO NOT POST HERE ANYMORE
    Posts
    1,655

    Re: Anyone know about this? HTML5 and Javascript is replacing VBA in the office produ

    VBA is not going anywhere just yet and it would be commercial suicide for it to be removed from Office 15.
    The author of that article also seems to have completely overlooked the mentions of VB and C# in the quoted text with his suggestion that .Net is being phased out.
    Good luck.

  5. #5
    Forum Expert Mordred's Avatar
    Join Date
    07-06-2010
    Location
    Winnipeg, Canada
    MS-Off Ver
    2007, 2010
    Posts
    2,787

    Re: Anyone know about this? HTML5 and Javascript is replacing VBA in the office produ

    I can't see it going anywhere any time in the near years but it may at some point. OO design seems to be a much better approach to programming, especially regarding object re-usability but application programming with vb will probably be here for a long time.
    If you're happy with someone's help, click that little star at the bottom left of their post to give them Reps.

    ---Keep on Coding in the Free World---

  6. #6
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: Anyone know about this? HTML5 and Javascript is replacing VBA in the office produ

    Thanks for all the inputs. What is everyone's opinion on integrating Javascript with VBA and Excel? I learned VBA from scratch on my own and since MS seems is pushing Javascript for the Office products, I am wondering if it is time for me to pick up some books on Java. Personally, I am not liking the structure and syntax of Java.

  7. #7
    Forum Expert Mordred's Avatar
    Join Date
    07-06-2010
    Location
    Winnipeg, Canada
    MS-Off Ver
    2007, 2010
    Posts
    2,787

    Re: HTML5 and Javascript is replacing VBA in Office

    Just to clarify, when you say "Javascript", are you meaning just Java because Javascript is used in web development not application programming. For applications, it's just Java (at least that's how I understand it). The really cool thing about Java is that if written well and correctly, it can interface with almost any other language. However, there are a lot of classes in the Java library and it can at times be very confusing to write. That's my opinion!

  8. #8
    Forum Expert OnErrorGoto0's Avatar
    Join Date
    12-30-2011
    Location
    I DO NOT POST HERE ANYMORE
    MS-Off Ver
    I DO NOT POST HERE ANYMORE
    Posts
    1,655

    Re: HTML5 and Javascript is replacing VBA in Office

    I'm not allowed to say any more.

  9. #9
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,438

    Re: HTML5 and Javascript is replacing VBA in Office

    Take a look at ExcelMashup.
    http://www.excelmashup.com/

    It's not application automation but maybe an indication as to the direction from desktop to the cloud
    Cheers
    Andy
    www.andypope.info

  10. #10
    Forum Expert Domski's Avatar
    Join Date
    12-14-2009
    Location
    A galaxy far, far away
    MS-Off Ver
    Darth Office 2010
    Posts
    3,950

    Re: HTML5 and Javascript is replacing VBA in Office

    I can barely write VBA. If I have to learn anything else I think my brain will explode!!!

    Dom
    "May the fleas of a thousand camels infest the crotch of the person who screws up your day and may their arms be too short to scratch..."

    Use code tags when posting your VBA code: [code] Your code here [/code]

    Remember, saying thanks only takes a second or two. Click the little star to give some Rep if you think an answer deserves it.

  11. #11
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: HTML5 and Javascript is replacing VBA in Office

    For the record, I despise Java and everything it stands for. That goes for all coffee-related software and beverages!

  12. #12
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: HTML5 and Javascript is replacing VBA in Office

    I thought Java and JavaScript are the same language, I guess not. I would rather stick with VBA as there are already enough libraries for me to worry about.... not really digging Java's syntax as I found it can get confusing sometimes.

  13. #13
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: HTML5 and Javascript is replacing VBA in Office

    Quote Originally Posted by Andy Pope View Post
    Take a look at ExcelMashup.
    http://www.excelmashup.com/

    It's not application automation but maybe an indication as to the direction from desktop to the cloud
    Thanks for the link. I was playing with code Snippets tab. Gotta to say, it was interesting.

  14. #14
    Forum Expert Mordred's Avatar
    Join Date
    07-06-2010
    Location
    Winnipeg, Canada
    MS-Off Ver
    2007, 2010
    Posts
    2,787

    Re: HTML5 and Javascript is replacing VBA in Office

    Quote Originally Posted by Andy Pope View Post
    Take a look at ExcelMashup.
    http://www.excelmashup.com/

    It's not application automation but maybe an indication as to the direction from desktop to the cloud
    Personally, I think this idea of a mashup is great although one could argue that using SharePoint would be the better way to go when integrating Microsoft applications and the interwebs.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1