Hi Bernie
Unfortunately it makes no difference. I tried different ways to solve this problem. My only option is to use indirect function, but it fails.
In fact I have several check boxes for different functions assigned on this worksheet and command button to execute data transfer to another hidden sheet.
In addition there is Private Sub Worksheet_Change(ByVal Target As Range) code running behind the scene. Regarding several drop down list in this sheet there are no link with mentioned codes, accordingly they should not be interrupting and causing failure.
All together I have 5 dropdown lists. Previously I used function =indirect(“myrange”) but range names were defined as static. All was Ok, but blanks
were visible and list was opening with last item first on the screen. In other word you should scroll up to get to the beginning of the list.
Naming list using formulas for dynamic range I faced above mentioned problems giving error as soon I try to use “Indirect” for the dropdown list.
And one more thing for 3rd dropdown list I had reference as =INDIRECT(A50) to enable dependent lists.
I desperately need solution for this issue. What can be a reason? Any idea?
I hope above described gives you better understanding of the issue.
Thanks again for your time
Cheers