open Userform in Another workbook
Userform3.c003.value= "test" works
geebee wrote:
hi,
I am trying to open a userform in another workbook and change the value for
one of the comboboxes in that Userform... Here is what I have..
Workbooks.Open "E:\Path\filename.xls"
UserForm3.Show vbModal
c003.Value = "test"
It is not working!
Can someone help?
Thanks in advance,
geebee
|