Home |
Search |
Today's Posts |
#9
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
Haven't seen your last reply, will look at it tomorrow. Add this after the "Next" statement to turn off "marching ants": Application.CutCopyMode=False Regards, Per "TUNGANA KURMA RAJU" skrev i meddelelsen ... Thank you Per Jessen, this code is yours,I think you have not seen my reply in OfficeKb. this problem is almost over,now it is pasting values only ,the bug is last row cells still in selected state, and last source(copy) cells still blinking around. "Per Jessen" wrote: Hi I think this is what you need: Cells(r,2).Resize(1,2).Copy Cells(2+off,"F").PasteSpecial xlPasteValues Regards, Per "tkraju via OfficeKB.com" <u16627@uwe skrev i meddelelsen news:949a30b4f01c7@uwe... Cells(r,2).Resize(1,2).Copy Cells(2+off,"F") The above code copying cell values and formulas.My requirement is to copy cell values(contents) only.What changes I need to do the above code line to copy cell contents only. -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...mming/200904/1 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy values from a cell based on values of another cell | Excel Discussion (Misc queries) | |||
Copy values to a different cell | Excel Worksheet Functions | |||
VAB to copy cell values into new Sheet, Overwrite if needed and based off of Cell Value in a column | Excel Programming | |||
copy cell values to another workbook | Excel Programming | |||
How do I copy cell values in VBA | Excel Programming |