E e2cheng Registered User. Local time Today, 13:04 Joined Dec 13, 2002 Messages 72 Jan 20, 2003 #1 does anyone know the difference between using the + and & operators?? both seem to do the same hting.. thanx in advance
does anyone know the difference between using the + and & operators?? both seem to do the same hting.. thanx in advance
PaddyIrishMan Registered User. Local time Today, 17:04 Joined Jun 5, 2002 Messages 166 Jan 20, 2003 #2 The ampersand is the VBA Concatenation operator whereas the plus is the addition operator. Regards, Patrick
The ampersand is the VBA Concatenation operator whereas the plus is the addition operator. Regards, Patrick