bpgolferguy
Active Member
- Joined
- Mar 1, 2009
- Messages
- 469
Hi, I currently have this code in a button:
With Sheets("TourSCAmMen")
.Range("B2").PasteSpecial Paste:=xlPasteValues
Application.CutCopyMode = False
End With
How would I modify it to also paste formats when it pastes values? Thanks!
With Sheets("TourSCAmMen")
.Range("B2").PasteSpecial Paste:=xlPasteValues
Application.CutCopyMode = False
End With
How would I modify it to also paste formats when it pastes values? Thanks!