View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Nigel Nigel is offline
external usenet poster
 
Posts: 923
Default Put contents of a range into one variable

Named range or an array?

--
Cheers
Nigel



"jille" wrote in message
...
Hi,

I have some data and I want to put it into one variable, if possible. My
intent is to move it into the body of an Outlook message. The data size
can
vary from 2 rows x 10 columns to 200 rows. Obviously I would like to avoid
creating a variable for each cell.

Is there a way to do this?

Thanks!