Hi all,
I have been successfully Paste Special(ing) values into another workbook using this code:
With Selection
.PasteSpecial Paste:=xlPasteValues
End With
However as I am anal retentive and I like everything to look perfect I am wanting to Paste special the borders without any of the other formats (i.e. formulas etc). Is this able to be coded alongside the paste special values?
Any help is greatly appreciated!
Thanks,
I have been successfully Paste Special(ing) values into another workbook using this code:
With Selection
.PasteSpecial Paste:=xlPasteValues
End With
However as I am anal retentive and I like everything to look perfect I am wanting to Paste special the borders without any of the other formats (i.e. formulas etc). Is this able to be coded alongside the paste special values?
Any help is greatly appreciated!
Thanks,