XL

If I were Roman, that’s how old I would be today.

Today I will be spending my birthday processing inventory transactions and answering the phone – great fun. Tomorrow, however, we’re having a little shindig in my honor with family, friends, and beer.

Posted in Uncategorized

14 thoughts on “XL

  1. [VB}Option Explicit

    Sub BDayGeetings()

    Dim h As String
    Dim b As String

    h = “Happy”
    b = “Birthday”

    Debug.Print h + ” ” + b

    Range(“AN40″).Value = h + ” ” + b

    With Range(“AN40”).Font
    .Name = “Bookman Old Style”
    .Size = 72
    End With
    Application.Goto Reference:=”R60C60″
    Application.Goto Reference:=”R40C40″

    MsgBox h + ” ” + b + “!”

    End Sub

  2. darn curly brackets.

    Option Explicit

    Sub BDayGeetings()

    Dim h As String
    Dim b As String

    h = “Happy”
    b = “Birthday”

    Debug.Print h + ” “ + b

    Range(“AN40”).Value = h + ” “ + b

    With Range(“AN40”).Font
    .Name = “Bookman Old Style”
    .Size = 72
    End With
    Application.Goto Reference:=“R60C60”
    Application.Goto Reference:=“R40C40”

    MsgBox h + ” “ + b + “!”

    End Sub

  3. Happy Birthday DK. Maybe after your shindig, you can put together a class-module to figure the amount of alcohol processed through the kidneys – and ow that correlates to the number of bad jokes told over the course of the night.

  4. Huffy:
    Hexidecimal? Pshaw!
    This is a perfect opportunity for “If you can’t change the result, change the rules”!

    In Base 41, Dick is only 19 years old – age of majority.
    Next year he can be 19, Base 42

  5. Hi,
    As long as XL is your age and not your clothing size, you are doing well.
    Thanks for a great site and insight.

    Cheers,

    Bob

  6. Happy BD! today is mine as well. as a kid I always thought it was very that my birthday was precisely 6 months until Christmas. Birthday = new swim suit or bike Christmas = new sled or ice skates

    Enjoy your day!

  7. Happy Birthday Dick,

    Bob, I’m XL in most things, but that’s mainly muscle dude!!! – Not!

    Happy Birthday Dick, enjoy the shin digging,

  8. I guess that it is appropriate that I was XL when I first got on the Excel forum on Compuserve as a neophyte.

    HB, Dick!

    Go LSU!

  9. Technically the Roman Empire ceased in 476 AD, so that makes you very old in any base…

    Happy Birthday


Posting code? Use <pre> tags for VBA and <code> tags for inline.

Leave a Reply

Your email address will not be published.