Hi,
I'm using the following bit of code:
.PasteSpecial Paste:=xlPasteValues
to ask a macro to Paste Special (Values) - but how would I ask it to Paste Special (Formats) as well?
Many Thanks
Rob
Hi,
I'm using the following bit of code:
.PasteSpecial Paste:=xlPasteValues
to ask a macro to Paste Special (Values) - but how would I ask it to Paste Special (Formats) as well?
Many Thanks
Rob
Or follow the paste values with another line of code to paste formats![]()
.PasteSpecial(xlPasteValuesAndNumberFormats)
![]()
.PasteSpecial(xlPasteFormats)
Brilliant - thanks very much for solving that for me.![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks