Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
That solved the problem. Thank you for your help. I am good to go.
"Norman Jones" wrote: Hi D, Try removing the manual ListFillrange assignment before running the code --- Regards, Norman "Dkline" wrote in message ... Thank you for your response. However I am running into a "Permission Denied" error. It appears I need to empty the ListFillRange before I can put in the new range I've tried adding a .List = "" and a .List = " " to clear the range first. I get a runtime 381 "Invalid Range Array Index" error. "Norman Jones" wrote: Hi D, Replace: .List = Sheets("Foglio1").Range("A6:A20").Value with .List = Rng.Value --- Regards, Norman |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Canīt set focus on OleObjects ComboBox | Excel Programming | |||
Which combobox has the focus? | Excel Programming | |||
Focus after combobox | Excel Programming | |||
ComboBox and Set Focus | Excel Programming | |||
Focus on combobox | Excel Programming |