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

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!