View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kevin G[_2_] Kevin G[_2_] is offline
external usenet poster
 
Posts: 13
Default VBA - Convert my variable range array to single cell string


I have a range a cells J9:J520 (this range only used for a chart series)
and I am trying to convert this to a string so it can be pasted into a
single cell. I would like to convert this back to a variable range when
needed to chart again.


Thanks, Kevin