R
ranswrt
I have the following code in a procdure:
Sheets("Home").OLEObjects("ListBox1").ListFillRange =
Range("wrkshtrng").Address
The listbox window is blank. I have been using:
Sheets("Home").OLEObjects("ListBox1").ListFillRange = "wrkshtrng"
But I have been having problems. I don't know if that is the cause of the
problems or not. Why is the first code not working?
Thanks
Sheets("Home").OLEObjects("ListBox1").ListFillRange =
Range("wrkshtrng").Address
The listbox window is blank. I have been using:
Sheets("Home").OLEObjects("ListBox1").ListFillRange = "wrkshtrng"
But I have been having problems. I don't know if that is the cause of the
problems or not. Why is the first code not working?
Thanks