how can i open a certain saved MSword document from vb?
i don'tknow how to do it pls. help.. tnx..
Printable View
how can i open a certain saved MSword document from vb?
i don'tknow how to do it pls. help.. tnx..
Type the word "open" in a Word VB Editor code module and press F1 key for help. Shows this sample code :-
Documents.Open FileName:="C:\MyFiles\MyDoc.doc"