I have multiple textboxes in a workbook that I need to copy with their contents and paste in the same location in another workbook. any one have any ideas how to do this I have found that I can use something like this to select all of them but that's as far as I have gotten.

Workbooks("" & OldSpreadsheet & "").Sheets("QUOTE").TextBoxes.Select