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

[µo°Ý] ½Ð°ÝÃö©ó¦Û°Ê¿z¿ï¨Ï¥Î°}¦C¤è¦¡­n¦p¦ó­×§ï

¦^´_ 2# freeffly
  1. Option Explicit
  2. Sub Ex()
  3.     Dim E As Range, W As Variant
  4.     For Each E In Range("N2", Range("N" & Rows.Count).End(xlUp))
  5.         For Each W In Array("*B*", "*C*", "*D*", "*E*")
  6.             If E Like W Then Cells(E.Row, "AG") = Replace(W, "*", "")
  7.         Next
  8.     Next
  9. End Sub
½Æ»s¥N½X

TOP

        ÀR«ä¦Û¦b : §g¤l¥ß«í§Ó¡A¤p¤H«í¥ß§Ó¡C
ªð¦^¦Cªí ¤W¤@¥DÃD