返回列表 上一主題 發帖

[發問] Destination問題請教

[發問] Destination問題請教

DEAR  ALL 大大
1用copy destination 可以只貼上”值”
我code如下,如果我只要貼上”值”要怎改?
Selection.Copy Destination:=Worksheets("點位篩選").Cells(target批號起始列_r + 1, target批號起始列_c + 5)
2.煩不吝賜教  THANKS*10000

回復 1# rouber590324

一定要執著用Destination嗎??
可以轉個彎改這樣嗎??
Selection.Copy
Worksheets("點位篩選").Cells(target批號起始列_r + 1, target批號起始列_c + 5).PasteSpecial Paste:=xlPasteValues

TOP

DEAR  jcchiang 大大
感謝指導  THANKS*10000

TOP

DEAR  ALL 大大
1.使用圖一 Selection.Copy ,但是發現跑起來很慢,推測可能是要在不同sheet間切換
所以想改用Selection.copy destination
但這個好像不能直接貼上值
2.請教還有其他方法嗎???
圖一
Selection.Copy
Worksheets("點位篩選").Cells(target批號起始列_r + 1, target批號起始列_c + 5).PasteSpecial Paste:=xlPasteValues

TOP

        靜思自在 : 難行能行,難捨能捨,難為能為,才能昇華自我的人格。
返回列表 上一主題