View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mark Dabbs Mark Dabbs is offline
external usenet poster
 
Posts: 2
Default Non-contiguous Range limit?

Hi all

I have a grid of non-contiguous cells that I wish to give a name from within a Subroutine either by using

Name.Add "MyName", Selection

or by using

rngTemp.Name="MyName".

The problem is that once I get over about 220 distinct cells in the non-contigous range an error message is thrown up
each time I try to give it a name. Any fewer cells and it works fine.

Is this an Excel 2000 limit?

Thanks
Mark

---------------
www.mfdabbs.com