ilcaa
01-17-2007, 03:42 PM
I cant figure this out, i am not great with VBA and have searched google for the proper syntax, cant find it....
i keep getting a runtime error for inserting a doc file into an email..
i included the entire path but i dont think its syntax is formatted properly..i think i found somewhere that oulook and word have different "methods" for inserting but didnt give either....
Selection.InsertFile FileName:=C:\Documents and Settings\John Fields\My Documents\myResume2007.doc, Range:="", _ ConfirmConversions:=False, Link:=False, Attachment:=True
any help? thanks.
i keep getting a runtime error for inserting a doc file into an email..
i included the entire path but i dont think its syntax is formatted properly..i think i found somewhere that oulook and word have different "methods" for inserting but didnt give either....
Selection.InsertFile FileName:=C:\Documents and Settings\John Fields\My Documents\myResume2007.doc, Range:="", _ ConfirmConversions:=False, Link:=False, Attachment:=True
any help? thanks.