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

½Ð°Ý¦p¦ó²M°£¦r¦ê«e­±ªº"0"

§Ú·Q¨ìªº¤èªk¬O¨Ï¥ÎVBA Function

°µªk¬O¥ý¦bVBA¼Ò²Õ¤¤·s¼W¤@­Ófunction(¦p¤U)
  1. Function DIn0(x As String) As String
  2. xindex = Len(x)
  3. Do
  4. If Left(x, 1) = 0 Then
  5. x = Right(x, xindex - 1)
  6. xindex = xindex - 1
  7. End If
  8. Loop Until Left(x, 1) <> "0"
  9. DIn0 = x
  10. End Function
½Æ»s¥N½X
±µµÛ¦bÀx¦s®ækeyin
=DIn0(A1)
´N¦æ¤F

§Ú°µ¦nªºÀɮצp¤U
https://onedrive.live.com/redir?resid=6CB845AED0C935E7%21175
°Ê©À¦¨¦]¿n¦]¦¨ªG by huijuang

TOP

·PÁÂnewlink
¤§«e§Ú§¹¥þ¨S·Q¹L¨Ï¥Î¡u¸ê®Æ­åªR¡÷¤À®æ²Å¸¹¡v

¦]¬°¨Ï¥Îfunction¬O¦³¯ÊÂIªº
¥¦³Ì¤jªº¯ÊÂI´N¬O®e©ö³y¦¨excelÅܺC
©Ò¥H¥­±`§Ú¤]¬O¾¨¶q¤Ö¥Îfunction
°Ê©À¦¨¦]¿n¦]¦¨ªG by huijuang

TOP

        ÀR«ä¦Û¦b : «H¤ß¡B¼Ý¤O¡B«i®ð¤TªÌ¨ã³Æ¡A«h¤Ñ¤U¨S¦³°µ¤£¦¨ªº¨Æ¡C
ªð¦^¦Cªí ¤W¤@¥DÃD