Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub TAKEDATA()
With Sheets("F") FULRNG = .Range("A" & Rows.Count).End(xlUp).Row Range("A2:A" & FULRNG).Copy SHEET("RESULT").RANGE("B11").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False End With End Sub I want to copy but I want copied data to be pastespecial on destination cell. I have tried above code but I am getting error. I want to do it by using "With Sheets("F")" statement. Is there way I can copy the way I am doing in above code but data should be pastespecial. any help will be very useful. Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I "insert copied cells"? used to be "alt i e" still work | Excel Worksheet Functions | |||
vba constant value for "Unicode Text" in PasteSpecial function | Excel Worksheet Functions | |||
find "Cancellation" in column "A" and copy all data from Columns B-F onto another Sheet | Excel Programming | |||
Please add a "sheet" function like "row" and "column" functions | Excel Programming | |||
Adding "New" "Insert" "Delete" into a workbook to change from data 1 to data 2 etc | Excel Programming |