View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
steveh steveh is offline
external usenet poster
 
Posts: 13
Default Using the values in range of cells in an SQL query

I would like to use the values of a range of cells in an SQL query, but
I'm not sure the best way to do it. Basically, the value of each cell
would be part of a string, each separated by a comma. I could build an
array to loop through each value in the range and append a comma, but is
there a simpler way?

Thank you for your time.