Skip to main content

Search

Search

vb scripting date

Comments

1 comment

  • Avatar
    Peter Thane

    Try this:

    Dim MonthCode
    MonthCode = Array("X","A","B","C","D","E","F","G","H","Y","J","K","L")

    Value = Now()

    Value= Month(Value)

    Value= MonthCode(Value)

    0

Please sign in to leave a comment.