Without the space the function makes it return something. VB's error says it cannot turn that text into a integer.
Difference is:
CODE
MessageBox = MsgBox("Hello!")
vs
CODE
MsgBox "Hello!"
CODE
MsgBox ("Hello!")
^That should also work.
[right][snapback]548493[/snapback][/right]