View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] a7zulu@gmail.com is offline
external usenet poster
 
Posts: 5
Default retrieving named ranges from another sheet

I currently do this inside a subroutine

Set Holidays_r = Names("Holidays").RefersToRange

to access a certain range on a sheet.

I was wondering how would I access the same named range that exists on
a seperate sheet that may or may not be opened? Do I have to open
that workbook first?


Thanks