It's not on mine either - and long may it not be

Try ALT+CTRL+4 or ALTGR + 4.
These do, however require that the font has the symbol, and many older fonts
do not. To overcome this, I use the Euro from the Arial Unicode font
(supplied with recent Windows versions) inserted by the following macro,
which can be conveniently added to a toolbar button:
Sub EuroSymbol()
Selection.InsertSymbol Font:="Arial", CharacterNumber:=8364,
Unicode:=True
End Sub
see
http://www.gmayor.com/installing_macro.htm if you don't know how to use
this code.
--
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
Graham Mayor - Word MVP
E-mail (e-mail address removed)
Web site
www.gmayor.com
Word MVP web site
www.mvps.org/word
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>