PDA

Click to See Complete Forum and Search --> : write to file


iissa
Jan 2nd, 2001, 04:20 AM
this may sound really weird but this is what i need for now.
i want to write some text in microsoft word. but the text is only entered in the input box. once the user presses the ok button this is then entered into the word document.
is they a way of doing this. At the moment i have got the input box up and the text into a string. which can be displayed in the msgbox.

any suggestions

itay222
Jan 2nd, 2001, 04:22 AM
you want to save the textbox into a file then
open it with word?

iissa
Jan 2nd, 2001, 04:28 AM
yeh but i want to do this to a file which is already open.
so what i am trying to do is write a program which finds a word within a document, and then input the text next to it.
i know its a bit vague, but i hope you know what i mean.