This should work but it does not. What am I missing?
'VBA 2003
dim ii as integer
For ii = 1 To 3
'This should run!!!!!!
Message
MsgBox "Time to take a break!"
Next ii
Public Sub Message()
MsgBox "Time to take a break!"
End Sub
This should work but it does not. What am I missing?
'VBA 2003
dim ii as integer
For ii = 1 To 3
'This should run!!!!!!
Message
MsgBox "Time to take a break!"
Next ii
Public Sub Message()
MsgBox "Time to take a break!"
End Sub
Works as I would expect. In what way does it NOT work?
--
HTH
Bob Phillips
(remove nothere from email address if mailing direct)
"Jeff@DE" <jeff@thetemples.de> wrote in message
news:1136748391.879276.201400@g47g2000cwa.googlegroups.com...
> This should work but it does not. What am I missing?
>
>
> 'VBA 2003
>
> dim ii as integer
>
> For ii = 1 To 3
> 'This should run!!!!!!
> Message
> MsgBox "Time to take a break!"
> Next ii
>
>
> Public Sub Message()
> MsgBox "Time to take a break!"
> End Sub
>
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks