Quote Originally Posted by DRJ View Post
Strange, if you clear cookies and log back in does it still do it?
thanks for the reply. below is for testing...
Sub vbax_test()    a = 5    b = 7        MsgBox a  b    MsgBox a = bEnd Sub