Hi,
If I select the scope as "Workbook" when creating a named range, does this mean that this name is available for reference by any other workbook?
Are there any limits on this?
Thanks!
Hi,
If I select the scope as "Workbook" when creating a named range, does this mean that this name is available for reference by any other workbook?
Are there any limits on this?
Thanks!
Last edited by andrewc; 12-04-2013 at 09:52 AM.
It means that the name can be used directly anywhere in that workbook. If you wish to use it from another workbook you must prefix it by the name of the workbook and an exclamation point:
=somebook.xlsx!some_name
You may also access sheet level names from other workbooks:
='[somebook.xlsx]somesheet'!some_name
Last edited by Izandol; 12-04-2013 at 09:40 AM.
Thanks very much!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks