View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Pilgrim Pilgrim is offline
external usenet poster
 
Posts: 1
Default discontiguous ranges in charts

I'm trying to create many charts of data meeting specific requirements.
Does anyone know how to get a range mode to include severa
discontiguous cells which have been loaded into range variables?
have tried
Set RangeVar = Range("RangeVar1, RangeVar2, RangeVar3")

but that doesn't work unless you use the explicit cell positions o
RangeVar1, 2, 3, like A1, A2, and A3.

Natha

--
Message posted from http://www.ExcelForum.com