Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Using the code below, is there a way to paste special just the value,
and not the formatting. I have the below taking data from Sheet (DATA) and pasting it in Sheet (LOG). Right now it pastes the borders, value, and formatting. Sub test() With Worksheets("LOG") Worksheets("DATA").Range("FULLNAME").Copy _ Destination:=.Cells(Rows.Count, 1).End(xlUp)(2) Worksheets("DATA").Range("DEPT").Copy _ Destination:=.Cells(Rows.Count, 2).End(xlUp)(2) End With End Sub Bull |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Paste and Paste Special No Longer Working - Excel 2003 | Excel Discussion (Misc queries) | |||
Automating copy/paste/paste special when row references change | Excel Programming | |||
In Excel: add a Paste-Special Option to paste IN REVERSE ORDER. | Excel Worksheet Functions | |||
How do I capture user paste action and convert to Paste Special | Excel Programming | |||
Macro to Paste to specific line, and continue to Paste each time on next row not over | Excel Programming |