ªð¦^¦Cªí ¤W¤@¥DÃD µo©«

½Ð­×§ïµ{¦¡

¦^´_ 1# myleoyes
  1. Sub Ex()
  2.     With Sheets("¾Ç²ß").[A65535].End(xlUp).Resize(1, 15)
  3.         .Copy
  4.         .Offset(1).PasteSpecial Paste:=xlPasteFormulas
  5.         .Offset(1).PasteSpecial Paste:=xlPasteFormats
  6.         .PasteSpecial Paste:=xlPasteValues
  7.     End With
  8. End Sub
½Æ»s¥N½X

TOP

¦^´_ 4# myleoyes
1.   
    mid¨ú¥X¼Æ¦r³¡¤À¦AÂà¼Æ¦r«¬ºA
    =--Mid(A1,3,Len(A1)-2)
2.
    §A¼gªº  If ZZ <> False Then [E1] = "=" & "int" & "(" & ZZ & "/2)" & "+" & Mid([E1].FormulaR1C1, 2)
    ¦¡¤¤ªºZZ§t¦³µ¥¸¹ , §ï Right(ZZ , Len(ZZ)-1) ¬Ý¬Ý

TOP

        ÀR«ä¦Û¦b : ¬°¦Û¤v§äÂǤfªº¤H¥Ã»·¤£·|¶i¨B¡C
ªð¦^¦Cªí ¤W¤@¥DÃD