Hi,
I am used to set up dropdowns from tables. For example I set up a table called TblBU that I fill with all business units. I select then the column without the tiltle (Business Units) and name it BU_List (so it refers to =TblBU[Busuness Units]), which I use as dropdown source. The reason for the effort is to have a dynamic dropdown (if I add, modify or delete a business Unit, I don't have to update my dropdowns).
Now if this table is in a workbook called Entities.xlsm on sheet called Lists, it seems I can get a dropdown with a source
but is it possible to refer to the named range or the table?
Thanks in advance for any hint.
I am used to set up dropdowns from tables. For example I set up a table called TblBU that I fill with all business units. I select then the column without the tiltle (Business Units) and name it BU_List (so it refers to =TblBU[Busuness Units]), which I use as dropdown source. The reason for the effort is to have a dynamic dropdown (if I add, modify or delete a business Unit, I don't have to update my dropdowns).
Now if this table is in a workbook called Entities.xlsm on sheet called Lists, it seems I can get a dropdown with a source
Code:
='[Entities.xlsm]Lists'!$C$2:$C$10
Thanks in advance for any hint.