Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
could you please advise on how I can ammend the following formula to enable
me to copy data from a different worksheet, eg. to copy data from Sheet1 to sheet2 ensuring only the data values displayed are copied Lastrow = Cells(Rows.Count, "CA").End(xlUp).Row Range("CA10:CA" & Lastrow).Copy Range("CH10").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, _ SkipBlanks:=False, Transpose:=False many thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Amending 1 work sheet saving in all | Excel Worksheet Functions | |||
Amending date formats. | Excel Discussion (Misc queries) | |||
Amending an existing function | Excel Worksheet Functions | |||
Help amending code | Excel Discussion (Misc queries) | |||
Help with Amending this Code Please | Excel Worksheet Functions |