Code:
'if I have 

dim myNum as Long,yourNum as Long _
myNewNum as Long

mynum = 999999 
yourNum = 8899898

myNewNum = (myNum * yourNum)

I blow up with an overflow

what is the syntax to condense it to avoid the overflow