Can anybody help me with the position of the table on the doc? It wont let me make the range anything higher than 35,35. It gives me an error if i inrease it saying "value out of range". How can i put it lower on the page so I can put a heading and some lines of writing above it...
Okay, that seems pretty straight forward but how do I name and pass variables in as individual cell values. Is this very difficult, I can't seem to get it working myself. Any help would be appreciated!
Thanks,
Mijulie
I've found the solution, using the add method. Only thing is every time i write to it, it keeps going on the same line. I want to be able to move on to a new line when i have to. Does anyone know what the code for this might be,
Selection.InsertLine or something?
That's great but can i trouble u for some more info? I need to write to a word doc. I know how to write to a textfile using the filetxt.WriteLine method. Can u tell me what the format for writing to a word doc is please. I would really appreciate any help!
Mijulie
This is my code, I don't get any errors but nothing opens!
Does anyone see the problem?
Thank you in advance if you can help,
Mijulie
<HTML>
<HEAD>
<H1>SIT_TEST_CIT: Build Validation</H1>
<SCRIPT LANGUAGE="VBSCRIPT">
sub...
I have a separate html file written for inputting the values from the textfile (this is just the start of it!) The file name i used is valid and contains the variable being passed in to the Binary text box. When i run this however the Binary textbox contains the actual word contents. I think it...
I am currently inputting values into a form which then outputs results to a textfile. I'm wondering if u can recall the values from the textfile and have them populate the fields in the form. Is it possible??
I don't know if this is what u are asking but, u need;
sub b1_onclick
anyline following the above is what action is to be taken when u submit.
where b1 is the id/name of the submit button in the html code below;
<INPUT type="button" value="Submit" id=b1 name=b1 >
If this...
If this is the code for opening an existing doc, anyone know what command i need to create a doc?
Set Word = CreateObject("Word.Application")
Word.Visible = TRUE
Word.Documents.Open("C:\My Documents\myfile.doc")
The data entered in the form is written to a textfile based on a combination of 2 variables. It is possible that there could be more than one file with the same 2 variables as another. If I save a file that already has the name then it overwrites the old one. Anyone know how to save every...
This is the line in my code, when i run it i get an error saying unterminated string constant after, True)
Set filetxt = filesys.CreateTextFile("F:\com\docs\Corktest\Sit\TheBinary&TheBuild&".txt", True)
Did u leave out a closing inverted comma, there's only 3 of them. I tried putting a second one after ".txt" but an error generates saying i need a closing bracket. Without it it says i need a closing ". I haven't a clue what to do!!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.