H
hals_left
Hi - Is there anyway to do this ?
I am using:
<script language="Vbscript">
Set objWord = CreateObject("Word.Application")
Set objDocument = objWord.Documents.Add ("myTemplate.doc")
</script>
I need to pass in to the call or read from word vba a parameter
availble in the web page or session or users cookies so that i can use
this in vba code in the document.
Thanks
hals_left
I am using:
<script language="Vbscript">
Set objWord = CreateObject("Word.Application")
Set objDocument = objWord.Documents.Add ("myTemplate.doc")
</script>
I need to pass in to the call or read from word vba a parameter
availble in the web page or session or users cookies so that i can use
this in vba code in the document.
Thanks
hals_left