Mar 10, 2006 #1 BobBob10 Programmer Apr 24, 2005 57 GB I can't view the word document which I have created. Code: Dim oWord As New Word.Application Dim oWordDoc As Word.Document oWord.Documents.Add() oWordDoc = oWord.Documents.Add() why is this?
I can't view the word document which I have created. Code: Dim oWord As New Word.Application Dim oWordDoc As Word.Document oWord.Documents.Add() oWordDoc = oWord.Documents.Add() why is this?
Mar 10, 2006 #2 ca8msm Programmer May 9, 2002 11,327 GB Because you haven't opened the document anywhere... ____________________________________________________________ Need help finding an answer? Try the Search Facility or read FAQ222-2244 on how to get better results. Upvote 0 Downvote
Because you haven't opened the document anywhere... ____________________________________________________________ Need help finding an answer? Try the Search Facility or read FAQ222-2244 on how to get better results.