• Dave@lemmy.nz
      link
      fedilink
      English
      arrow-up
      110
      ·
      1 year ago

      I have seen critical enterprise applications run in VBA in excel. Removing VBA would cause global economic ruin. I’m pretty sure that’s the unspoken backstory for the Fallout series.

      • Pistcow@lemm.ee
        link
        fedilink
        English
        arrow-up
        44
        ·
        1 year ago

        Can confirm. Worked at several billion dollar corps that would collapse without vba.

          • Dee@lemmings.world
            link
            fedilink
            English
            arrow-up
            11
            ·
            1 year ago

            Another Sys Admin confirming that yes, the finance department runs nearly entirely on VBA. They would be lost without it.

      • OldFartPhil@lemm.ee
        link
        fedilink
        English
        arrow-up
        38
        ·
        edit-2
        1 year ago

        Another confirmation here. At my previous job, I was they guy who built Access databases and wrote VBA code. While not ideal, it was a very small business (less than 10 employees) and it was fit for purpose.

        When I got a new job at a company with almost 3,000 employees, I was like, “Finally, I’ll be working somewhere that has proper IT resources.” Ha! I soon find out that my department runs critical business infrastructure with Excel macros. And we have a proper IT department.

        As everyone has already said, if IT resources are in short supply (or the wait is too long, or building projects with IT support is a PITA), then people will build systems with the tools they have at hand. And that’s often MS Office.

        • Melkath@kbin.social
          link
          fedilink
          arrow-up
          23
          arrow-down
          1
          ·
          edit-2
          1 year ago

          Also remember, strictly speaking, IT is not software development. IT is networking and hardware management.

          Software development (and scoff all you want, but VBS/VBA are programming languages/frameworks used to develop software applications) is its own separate beast.

          They MAY report to the CIO. They could also report to the COO. Fuck, software development/process automation/business intelligence can have a director reporting directly to the CEO.

          In general, software development and information technology are not the same and don’t reside in the same chain of command.

          • HumbertTetere@feddit.de
            link
            fedilink
            English
            arrow-up
            10
            ·
            1 year ago

            Strictly speaking, information technology encompasses software dev as a subfield. Practically, a large software development at a company has very different needs and strategic goals than what people usually understand as the “IT guys” so what you mentioned. So they are set up accordingly in an organisation.

          • Ænðr@lemmy.sdf.org
            link
            fedilink
            English
            arrow-up
            4
            ·
            11 months ago

            With some of my smaller clients, the CIO is the same as the CTO and the same as the IT Director. There, IT is developers, too.

        • BoofStroke@lemm.ee
          link
          fedilink
          English
          arrow-up
          4
          ·
          1 year ago

          IT isn’t developers. What is really needed is a developer on your team, or somebody who at least knows how to lead the effort. I’ve been that guy.

          • OldFartPhil@lemm.ee
            link
            fedilink
            English
            arrow-up
            2
            ·
            11 months ago

            We do have developers on our team. They write Excel macros :). I work in data integration, so it isn’t as simple as building a more robust tool. We still need infrastructure support or our tool doesn’t do anything.

            • Melkath@kbin.social
              link
              fedilink
              arrow-up
              3
              arrow-down
              1
              ·
              11 months ago

              Please at least tell me that the Macros are just a front end for ODBC connections to actual SQL servers for ETL functions, and it ALL isn’t stored only in excel…?

              • OldFartPhil@lemm.ee
                link
                fedilink
                English
                arrow-up
                1
                ·
                11 months ago

                It’s not that bad, the macros are just front end apps. Our data is housed in a real, enterprise class database.

      • Melkath@kbin.social
        link
        fedilink
        arrow-up
        29
        arrow-down
        2
        ·
        1 year ago

        My job is literally to keep a NASDAQ company afloat on process automation written mostly in VBA to make up for the sweeping layoffs that were made to keep the CEOs bonuses fat…

      • HidingCat@kbin.social
        link
        fedilink
        arrow-up
        20
        ·
        1 year ago

        WTF, seriously? VBA feels more like a scripting addon (which I suppose it is), not something to build wholesale CRITICAL programs with.

        • Dave@lemmy.nz
          link
          fedilink
          English
          arrow-up
          25
          ·
          1 year ago

          They didn’t start out building an enterprise critical application, they normally started as some little script someone built to make their work faster. Then they shared it with the team, built more features, and 20 years later hundreds of staff are using it and if it dissappeared they would be screwed.

          Plus the data in them is often the only record of critical data (in their defense, the spreadsheets are typically stored somewhere where the backup process will back them up).

          • cm0002@lemmy.world
            link
            fedilink
            English
            arrow-up
            13
            ·
            1 year ago

            they normally started as some little script someone built to make their work faster.

            It’s me, I’m that guy lmfao, although by the time I left it was considerably more complex. I have “real” languages under my belt, but it was a banking environment and VBA was all I had (Which even that kinda surprised me lol).

            I was hooked into the windows API and doing all sorts of stuff and yea before leaving I did distribute stand alone parts of it (The full system was a beast, 90% of my job was automated towards the end lololol)

            Honestly, VBA is more powerful than people give it credit for, just a PITA to implement some things

        • macallik@kbin.social
          link
          fedilink
          arrow-up
          15
          ·
          edit-2
          1 year ago

          At my old job, we had a VBA script that would:

          1. Pull client data from SQL
          2. Load data into an Excel file
          3. Update charts and KPIs
          4. Copy/Paste chart and KPIs into PowerPoint
          5. Switch to the next client
          6. Repeat steps 1-5 for +100 clients

          Thirty page custom reports per client within 2 minutes (when nothing broke). It allows you to interact and automate across the Microsoft Suite. That is one of the reasons why it is indispensable to many companies

          • HidingCat@kbin.social
            link
            fedilink
            arrow-up
            1
            ·
            11 months ago

            This is definitely giving me flashbacks during my time in the corporate world. There was one report that was replete with copy and pasting, the poor lady who used to do it apparently had to pull all-nighters doing it. I rebuilt everything in Access using some SQL and the new process only took 15 minutes to run.

        • kubica@kbin.social
          link
          fedilink
          arrow-up
          14
          ·
          1 year ago

          The things done in excel might not be critical per-se, but macros are used and abused a lot and many companies can be affected by their dependence on workflows refined over the years.

          • HidingCat@kbin.social
            link
            fedilink
            arrow-up
            1
            ·
            1 year ago

            Haha, don’t I know it. I’ve had to work with some of them in a past life. Messy and also very scary at how they underpin million dollar decisions.

            • Melkath@kbin.social
              link
              fedilink
              arrow-up
              3
              arrow-down
              1
              ·
              1 year ago

              This is true for software in general.

              The same description can be given to workshops (and you know they already exist) that do the same stuff with ChatGPT.

        • Melkath@kbin.social
          link
          fedilink
          arrow-up
          13
          arrow-down
          1
          ·
          1 year ago

          It’s a scripting language.

          A solid, verbose, diverse scripting language that gives you impressive control over Windows environments.

          If some people are delivering malware or phishing, that sucks, but it doesn’t negate the languages merit.

          It would be the same as ceasing production of spray paint because of taggers.

          The ends don’t justify the means.

          • mosiacmango@lemm.ee
            link
            fedilink
            English
            arrow-up
            4
            arrow-down
            1
            ·
            1 year ago

            They have an alternative called Powershell that can do what VBS does and more. Its a modern and actively developed scripting language that Microsoft undoubtedly expect you to port your code into, that is if you cant use a cloud product first wink wink

            It will be a shit show of course, at least for those orgs that dont block this depreciation outright via whatever method comes out. Still, there is putty to patch the holes.

        • I_Miss_Daniel@kbin.social
          link
          fedilink
          arrow-up
          5
          ·
          1 year ago

          I suppose Microsoft Access has better options now you can define the steps in macros, but I think it’s still needed for many of the more fiddly bits.

        • Lee Duna@lemmy.nzOP
          link
          fedilink
          English
          arrow-up
          4
          ·
          edit-2
          1 year ago

          Yup, I was the guy who wrote vba script to calculate performance of network mobile and export chart to ppt files.

          Many critcal engineering and financial calculations rely on vba scripts

      • MelodiousFunk@kbin.social
        link
        fedilink
        arrow-up
        14
        ·
        1 year ago

        I have seen critical enterprise applications run in VBA in excel.

        I wrote one of them. It replaced periodically writing down application outputs on paper and sounding the alarm if something went pear-shaped. It wasn’t my job to develop software but I didn’t want hand cramps to be my job, either. I had vague ideas about how to do what I wanted to do with Excel so I poked at it and googled until it worked. More than a decade later, I’m no longer there but that freakin spreadsheet is still running 24/7, being proudly showed off during tours of the facility.

        I will cackle if MS ever pulls the plug on VBA.

        • Dave@lemmy.nz
          link
          fedilink
          English
          arrow-up
          12
          ·
          1 year ago

          Your story is pretty typical in my experience. No one hires a dev team to build a VBA tool (except the occasional MS Access tool). It’s normally someone doing the work who works out how to do a basic macro to make it quicker, and it grows from there.

          • MelodiousFunk@kbin.social
            link
            fedilink
            arrow-up
            8
            ·
            edit-2
            1 year ago

            Indeed. In my case, I fought through managerial malaise and turned the entire process on its ear. But even after the approach proved its worth, they refused to put a dev resource on it. It became my problem 24/7.

            Remember kids, being good at something outside of your job description means it’s now your job. If the boss refuses to compensate you for it, slap it on your resume and find someone who will.

      • Ænðr@lemmy.sdf.org
        link
        fedilink
        English
        arrow-up
        6
        ·
        11 months ago

        Enterprise will cause a boom in hiring VBA devs to migrate legacy apps to other programming languages, then hear Microsoft will extend support for a few more years, then fire all those VBA devs again. If Microsoft had some wits, they’d create easy tools to migrate VBA to C#.

      • eee@lemm.ee
        link
        fedilink
        English
        arrow-up
        5
        arrow-down
        3
        ·
        1 year ago

        Well it’s gotta be done some time… otherwise we end up with another version of COBOL.

        • Dee@lemmings.world
          link
          fedilink
          English
          arrow-up
          6
          ·
          1 year ago

          otherwise we end up with another version of COBOL.

          We’re already there, I don’t see VBA being phased out of accounting or finance for at least a decade and I’m not even sure then.

        • Melkath@kbin.social
          link
          fedilink
          arrow-up
          5
          arrow-down
          4
          ·
          1 year ago

          Or how about this… we use what works and stop throwing the world into chaos every 4 years so Microsoft can sell their next 50k/year enterprise application.