I have a workbook with a form. On the form is an edit box. The user filled in data to the edit box on the form.
In an external VBScript (Not VBA) I have created the Excel Object and Workbook object that contains the form with the edit box. Is there a way to get the values and even perhaps properties of the objects on the form?
Something such as :
theValue = oWB.form1.editbox1.value
Thanks,
Kevin
In an external VBScript (Not VBA) I have created the Excel Object and Workbook object that contains the form with the edit box. Is there a way to get the values and even perhaps properties of the objects on the form?
Something such as :
theValue = oWB.form1.editbox1.value
Thanks,
Kevin