Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This does just what I want:
Sub TestTransfer() Sheets("Pages").Cells(10, 5).Copy Destination:=Sheets("Schedule").Cells(5, 2) Sheets("Pages").Cells(10, 3).Copy Destination:=Sheets("Schedule").Cells(5, 3) End Sub except it copies across the formatting and well as the contents. I want contents only copied across. Please - thanks. Francis Hookham |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help with copy destination | Excel Programming | |||
VBA .copy destination | Excel Discussion (Misc queries) | |||
Copy destination problem | Excel Programming | |||
copy destination values | Excel Programming | |||
.Copy Destination:= .PasteSpecial ??? | Excel Programming |