Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Unable to open a doc file.
#3
Solved: 10 Years, 9 Months ago
Hi,
This would help you to create a Word file and access it
Code:
Set objWord = CreateObject("Word.Application")
objWord.Visible = True
Set objDoc = objWord.Documents.Add()
Reply


Messages In This Thread
Unable to open a doc file. - by Anug - 05-20-2009, 01:14 PM
RE: Unable to open a doc file. - by manojith1984 - 05-20-2009, 02:01 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Sad Save data from pdf file to a word doc Amar 0 2,411 12-12-2013, 12:29 PM
Last Post: Amar
Exclamation How to open a text file through VB scripting.? qtplearner88 2 4,260 06-22-2012, 01:51 PM
Last Post: ravs@788
  Unable to select an item from weblist and unable to enter text in edit box estherindu 5 9,146 05-15-2012, 12:07 AM
Last Post: viswa
  How to read text from PDF doc? Rahull 1 4,803 12-21-2010, 07:05 PM
Last Post: upadhyay40
  Open lastmodified file in a folder vimal singh 1 2,078 04-26-2010, 05:02 PM
Last Post: manishbhalshankar

Forum Jump:


Users browsing this thread: 1 Guest(s)