View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Virginia Virginia is offline
external usenet poster
 
Posts: 14
Default referring to a named range on another worksheet

i am getting an error message in my code when trying to refer to a named
range in a different worksheet (not the active sheet). i have a variable
"Rng" that refers to a non-contiguous named range on sheet1. a macro on a
form control is attempting to copy this range and paste it to sheet2. do i
always have to refer to the sheet name with a named range? i.e.
sheets("Sheet1").Range("MyRange")