View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Krisztian Pinter Krisztian Pinter is offline
external usenet poster
 
Posts: 3
Default resolving reference - Range of what?

Whoa, I didn't know that. Thanks for the information.

However, the question is still open. If the range does not contain
references to more than one sheet, it still can have a sheet name in
it, and I don't know how to get the Range object I want.


"Chip Pearson" wrote in message ...
Krisztian,

A Range object can refer to cells only on a single worksheet, so you can't
create a range from the string "MySheet!A2:A4;MyOtherSheet!C2".