Daily posts of Excel tips…and other stuff
Translate this post to German
This post is in English
Pages: 1 2
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 IfEnd Sub
Hi Dick
Comment 1
comment 2
comment 3
comment 4
comment 5
comment 6
comment 7
comment 8
comment 9
comment 10
Looks like some somment spam from Holland
tulip porn?
We’re trying to get Ron out of the spam bucket with a little training.
Seems to be working now Dick
Thanks
Cool.
To post VBA code in your comment, use <code> tags, like this: <code lang="vb">Code goes here</code>.
Name (required)
Mail (will not be published) (required)
Website
Notify me of followup comments via e-mail
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
Hi Dick
Comment 1
comment 2
comment 3
comment 4
comment 5
comment 6
comment 7
comment 8
comment 9
comment 10
Looks like some somment spam from Holland
tulip porn?
We’re trying to get Ron out of the spam bucket with a little training.
Seems to be working now Dick
Thanks
Cool.