Hi
I have an Excel sheet (1st) which opens another Excel sheet (2nd) and copies certain information from 1st sheet to 2nd sheet.
On the 2nd sheet, there is a Combobox.
I would like to give that combobox a Value from the 1st sheet.
I've tried ExcelObj.Combobox1.value=Range("A1").value but it doesn't work.
I also tried ExcelObj.Combobox1.text=Range("A1").value but same problem
Any ideas ?
thanks in advance
I have an Excel sheet (1st) which opens another Excel sheet (2nd) and copies certain information from 1st sheet to 2nd sheet.
On the 2nd sheet, there is a Combobox.
I would like to give that combobox a Value from the 1st sheet.
I've tried ExcelObj.Combobox1.value=Range("A1").value but it doesn't work.
I also tried ExcelObj.Combobox1.text=Range("A1").value but same problem
Any ideas ?
thanks in advance