Sure,
Const wdColorDarkBlue = 8388608 (&H800000)
Const wdAlignParagraphCenter = 1
Const wdSortByName = 0
Const wdPasteMetafilePicture = 3
Const wdFloatOverText = 1
Const wdFormatDocument = 0
You can actually pick all these up yourself by going to the object browser in Word. Type in the constant, hit the search, and then select the appropriate constant that appears in the window. In the very bottom window, this stuff is there.
HTH,