HI All , i am trying to open a file that i have got in a textbox and using word to open the file. I have found how to open word from a file that is in the code like this:
objWord.App.Documents.Open "c:\filename.txt"
but can't get the the textbox filename to work....
objWord.App.Documents.Open "text1.text"
any ideas??? s-)
objWord.App.Documents.Open "c:\filename.txt"
but can't get the the textbox filename to work....
objWord.App.Documents.Open "text1.text"
any ideas??? s-)