tommyboyau
Programmer
Hey, this should be relatively easy but I don't really know what to call it.
Let's say i'm doing something like this
Dim myDoc as Word.Document = myApp.Documents.Open(filename...etc....etc)
In the .Open part there is about 15 parameters to put in. If I want to put in say the first and the last, how can I do it without typing
.Open(first,,,,,,,,,,,,,,,,,,,,,last)
I know there is a way to do it, just not sure how! Thanks
Let's say i'm doing something like this
Dim myDoc as Word.Document = myApp.Documents.Open(filename...etc....etc)
In the .Open part there is about 15 parameters to put in. If I want to put in say the first and the last, how can I do it without typing
.Open(first,,,,,,,,,,,,,,,,,,,,,last)
I know there is a way to do it, just not sure how! Thanks