16 thoughts on “Test of page tag

  1. Here is a test of putting code with less than and greater than

    Sub test()
        Dim i As Long
        If i < 13 Then
            i = 13
        End If
    End Sub


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

Leave a Reply

Your email address will not be published.