I am trying to copy a range of cells into a the windows clipboard so I can paste it onto another workbook. Preferably I would like to be able to copy the cell borders as well.
This is what I have so far but it doesn't work.
Dim wbname As String
Dim Clipboard As MSForms.DataObject
Set Clipboard...