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

[µo°Ý] dde¶×¤J¼Æ­È«á¶i¦æ½Æ»s°ÝÃD

¦^´_ 4# ²Â¤p«Ä
ÀɮפW¶Ç­ì«h
¦b¬¡­¶Ã¯¤º¥ô¦ó®æ¦¡³]©w¡B¤½¦¡³£·|¼vÅT¹Bºâ³t«×
¤×¨ä¦b¥Î¤F¤j¶q°}¦C¤½¦¡®É(¨Ã«D¥u¦³¥ÎCTRL+SHIFT+ENTER¬°¿é¤J¤è¦¡)
VBA¤]¨Ã«D´N¤@©w¯à´£¤É³t«×
¾Ç®üµL²P_¤£®¢¤U°Ý

TOP

¦^´_ 7# ²Â¤p«Ä


   Ãö³¬­«ºâ¦A°õ¦æ½Æ»s
Application.Calculation = xlCalculationManual


½Æ»s§¹¦¨­«·s³]©w¦Û°Ê­«ºâ
Application.Calculation = xlCalculationAutomatic
¾Ç®üµL²P_¤£®¢¤U°Ý

TOP

¦^´_ 9# ²Â¤p«Ä
  1. Sub «ö¶s0_Click()
  2. Application.Calculation = xlCalculationManual
  3.     For i = 1 To 26
  4.         Cells(i, "B").Value = Cells(i, "D").Value
  5.         Cells(i, "F").Value = Cells(i, "H").Value
  6.         Cells(i, "J").Value = Cells(i, "L").Value
  7.         Cells(i, "N").Value = Cells(i, "P").Value
  8.         Cells(i, "R").Value = Cells(i, "T").Value
  9.         Cells(i, "V").Value = Cells(i, "X").Value
  10.         Cells(i, "Z").Value = Cells(i, "AB").Value
  11.     Next i
  12. Application.Calculation = xlCalculationAutomatic
  13. End Sub
½Æ»s¥N½X
¾Ç®üµL²P_¤£®¢¤U°Ý

TOP

        ÀR«ä¦Û¦b : ¤£­nÀH¤ß©Ò±ý¡A­nÀH¤ß±Ð¨|¦Û¤v¡C
ªð¦^¦Cªí ¤W¤@¥DÃD