hello,
I am passing a select box from asp to some vbscript, so far I have this :
' Create a new document.
oApp.MailingLabel.CreateNewDocument "document.forms.form1.MyType.options[document.forms.form1.MyType.options.selectedIndex].value", "", _
"MyLabelLayout", , 4 ' 4 = wdPrinterManualFeed
when I run it I get the following error :
one of the values passed to this method or property is out of range
any thoughts ?
cheers,
Jamie
I am passing a select box from asp to some vbscript, so far I have this :
' Create a new document.
oApp.MailingLabel.CreateNewDocument "document.forms.form1.MyType.options[document.forms.form1.MyType.options.selectedIndex].value", "", _
"MyLabelLayout", , 4 ' 4 = wdPrinterManualFeed
when I run it I get the following error :
one of the values passed to this method or property is out of range
any thoughts ?
cheers,
Jamie