this post was submitted on 28 Aug 2026
479 points (98.8% liked)

Programmer Humor

33298 readers
1067 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] jubilationtcornpone@sh.itjust.works 11 points 3 weeks ago (1 children)

If you're editing a VBA macro in an Excel workbook stored in OneDrive, it temporarily stops syncing the workbook file and can cause sync conflicts where you lose all your changes. This has been an issue for years.

Nobody in their right mind wants to work with VBA. Spending all day hammering out a macro or function only to have it magically poofed out of existence is just cruel.

So now I store Excel workbooks (where VBA is involved) on my work pc and have a PowerShell script that copies them to OneDrive on a schedule as a backup.

I'm still amazed that corporations everywhere subscribe to this ridiculous circus.

[โ€“] Rooster326@programming.dev 5 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

Nobody in their right mind wants to work with VBA.

๐Ÿ’ฏ

...

Gentle Reminder: Excel is not a database

Next you're going to tell me that my fridge is not a database either.