A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Thanks everyone for trying to help. I mde a mistake before and meant for my range to be a row not column. So my NamedRangeMultiCells should go from a3 to g3.
Rick - I tried yours and my result is just a column of zeros. Is there somethign I can do to make it go into rows instead (since I gave you the wrong info) AND have my value come through?
Yes, the wrong information you gave us definitely affected my code line. Try this one instead...
Worksheets("Sheet2").Cells(p + 3, "A").Resize(,7) = Range("NamedRangeMultiCells").Value
NOTE: Please mark the message or messages (yes, you can mark more than one) that answer your question as the "Answer" so that others will know your question has been resolved.