I've been going through the archives and it's frankly insulting how easy this is, like I completed the following in less than 30 seconds:

Wordle 200 4/6

⬛⬛🟨🟩⬛

⬛🟩⬛🟩⬛

⬛🟩🟨🟩🟩

🟩🟩🟩🟩🟩

Like people, all you have to do is get the 5-letter Scrabble word list, copy it into Excel, and write a simple boolean search algorithm in VBA. I have spent more time creating a usable UI for my program than doing these pathetic puzzles. The creators don't even think enough of you to use the uncommon Scrabble words like 'zaxes'.

  • Judge_Juche [she/her]
    hexagon
    ·
    edit-2
    3 years ago

    Lol, it's pretty shitty but all I write now are Excel apps and I have to write it in VBA becuase that's the only thing people in the office understand. Its been so long I don't think I can even use another language now.

    Thankfully that's not my primary job, but I'm the only one in our group that can do even use VBA.

    • QuillcrestFalconer [he/him]
      ·
      3 years ago

      When I was in uni, me and a friend where doing some lab work, and we were logged in on the lab account (on windows xp i think or maybe vista, although it wasn't that long ago, pc's were just running very old software). Anyway we decided haunt the computer by writing a script in VBA that would run at start up and randomly open the CD tray on long time intervals.

      That's pretty much my only experience with VBA lol