• konalt@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    13 days ago

    I wrap every line of code in a try catch block, even my try catch blocks are in try catch blocks just in case the first accidentally drops it after catching it

  • xmunk@sh.itjust.works
    link
    fedilink
    arrow-up
    0
    ·
    13 days ago

    Still not as excellent as On Error Resume Next

    Imagine the sheer idiocy genius required to add a language feature where, if an error occurred, the handling method is to just pretend that line of code never existed and continue onto the next line.

    VBA is truly the language of savants.