I am trying to open up a word document... and i keep getting an error,

here is my code

Dim oWord As Object

oWord = CreateObject("Word.Application")
oWord.Visible = True
oWord.Document.Open(Application.StartupPath & "\QuickStartManual.doc")


Thanks!